Skip to content

Commit 941745e

Browse files
Update binary-publish.yml (#376)
1 parent 43e592d commit 941745e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/binary-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Get the version from the tag
2424
id: get-version
25-
run: echo "version=v${{ github.event.release.tag_name }}" >> $GITHUB_OUTPUT
25+
run: echo "version=${{ github.event.release.tag_name }}" >> $GITHUB_OUTPUT
2626

2727
build-arc:
2828
name: Build ARC binary

0 commit comments

Comments
 (0)