test: ummm how bout this

This commit is contained in:
Skillz4Killz
2022-02-25 18:44:41 +00:00
committed by GitHub
parent a4076db7f9
commit b89ee18930

View File

@@ -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