Skip to content

Commit 8800b5b

Browse files
authored
ci: Use GITHUB_OUTPUT envvar instead of set-output command (#55)
1 parent 159cff0 commit 8800b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
id: new-tag
3636
run: |
3737
version=$(jq -r .version < package.json)
38-
echo "::set-output name=new-tag::v$version"
38+
echo "new-tag=v$version" >> $GITHUB_OUTPUT
3939
create-release:
4040
name: Create GitHub release
4141
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)