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