Skip to content

Commit 6bc96a8

Browse files
authored
Merge pull request #43 from DopplerHQ/nic/fix-github-outputs
Update deprecated GitHub set-output syntax
2 parents 5b5c61f + 69c0cff commit 6bc96a8

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
@@ -14,7 +14,7 @@ jobs:
1414

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

1919
- name: Set up QEMU
2020
uses: docker/setup-qemu-action@v1

0 commit comments

Comments
 (0)