Skip to content

Commit

Permalink
Merge pull request #43 from DopplerHQ/nic/fix-github-outputs
Browse files Browse the repository at this point in the history
Update deprecated GitHub set-output syntax
  • Loading branch information
nmanoogian authored Jun 14, 2023
2 parents 5b5c61f + 69c0cff commit 6bc96a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Extract Version
id: extract
run: echo ::set-output name=version::${GITHUB_REF#refs/*/v}
run: echo "version=${GITHUB_REF#refs/*/v}" >> $GITHUB_OUTPUT

- name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down

0 comments on commit 6bc96a8

Please sign in to comment.