We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 478de09 commit 5e579bbCopy full SHA for 5e579bb
.github/workflows/ci.yml
@@ -76,7 +76,7 @@ jobs:
76
- name: Get tag version
77
if: contains(matrix.os, 'ubuntu') && startsWith(github.ref, 'refs/tags/')
78
id: get_tag_version
79
- run: echo ::set-output name=TAG_VERSION::${GITHUB_REF/refs\/tags\//}
+ run: echo TAG_VERSION=${GITHUB_REF/refs\/tags\//} >> "$GITHUB_OUTPUT"
80
81
- name: Publish deno.land/x
82
uses: denoland/publish-folder@82ce065074e7174baf444332c4b7c40869a4909a
0 commit comments