From ab6827df4e5006d017d1a08524e3183a3708bd6e Mon Sep 17 00:00:00 2001 From: Gregory Date: Tue, 9 Mar 2021 20:56:55 -0500 Subject: [PATCH] Update test workflow --- .github/workflows/test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f8e40bd..c6df21d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,10 +39,6 @@ jobs: with: fetch-depth: 1 - - name: Set the version - id: version - run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/} - - name: Install Rust uses: actions-rs/toolchain@v1 with: