Skip to content

Commit 5e579bb

Browse files
authored
ci: Use GITHUB_OUTPUT envvar instead of set-output command (#362)
1 parent 478de09 commit 5e579bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Get tag version
7777
if: contains(matrix.os, 'ubuntu') && startsWith(github.ref, 'refs/tags/')
7878
id: get_tag_version
79-
run: echo ::set-output name=TAG_VERSION::${GITHUB_REF/refs\/tags\//}
79+
run: echo TAG_VERSION=${GITHUB_REF/refs\/tags\//} >> "$GITHUB_OUTPUT"
8080

8181
- name: Publish deno.land/x
8282
uses: denoland/publish-folder@82ce065074e7174baf444332c4b7c40869a4909a

0 commit comments

Comments
 (0)