Skip to content

Commit 7c6eab0

Browse files
authored
Fix release again
1 parent 7dc965d commit 7c6eab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
artifacts: "*.bin"
5151
generateReleaseNotes: true
52-
tag: inputs.release-version
52+
tag: ${{ inputs.release-version }}
5353
token: ${{ secrets.GITHUB_TOKEN }}
5454
- name: Archive Build
5555
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)