From b89ee18930207c3b9a2c129d817c8883cbced380 Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Fri, 25 Feb 2022 18:44:41 +0000 Subject: [PATCH] test: ummm how bout this --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 878181ffc..5f8deace5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,6 @@ jobs: deno-version: ${{ matrix.deno }} # Taken from: https://github.com/denoland/dnt#github-actions---npm-publish-on-tag - name: Get tag version - if: startsWith(github.ref, 'refs/tags/') id: get_tag_version run: echo ::set-output name=TAG_VERSION::${GITHUB_REF/refs\/tags\//} - name: Get new tag version