mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 08:50:07 +00:00
test: ummm how bout this
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user