We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43e592d commit 941745eCopy full SHA for 941745e
1 file changed
.github/workflows/binary-publish.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Get the version from the tag
24
id: get-version
25
- run: echo "version=v${{ github.event.release.tag_name }}" >> $GITHUB_OUTPUT
+ run: echo "version=${{ github.event.release.tag_name }}" >> $GITHUB_OUTPUT
26
27
build-arc:
28
name: Build ARC binary
0 commit comments