Skip to content

Commit

Permalink
refactor: Remove deprecated ::set-output command (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpoulter committed Mar 3, 2024
1 parent ea90928 commit 14035ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -75,7 +75,7 @@ jobs:

- name: Retrieve version
run: |
echo "::set-output name=TAG_NAME::$(node -e 'console.log(require(`./package.json`).version)')"
echo "TAG_NAME=$(node -e 'console.log(require(`./package.json`).version)')" >> $GITHUB_OUTPUT
id: version

- name: Set up QEMU
Expand Down

0 comments on commit 14035ab

Please sign in to comment.