Skip to content

Commit 8f203a5

Browse files
committed
fixup
1 parent ce19f36 commit 8f203a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build+test+deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ jobs:
7171
env:
7272
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
7373
run: |
74-
gh release create ${{ steps.changelog_reader.outputs.version }} \
75-
--title ${{ steps.changelog_reader.outputs.version }} \
76-
--notes ${{ steps.changelog_reader.outputs.changes }}
74+
gh release create v${{ steps.changelog_reader.outputs.version }} \
75+
--title v${{ steps.changelog_reader.outputs.version }} \
76+
--notes "${{ steps.changelog_reader.outputs.changes }}"
7777
- name: Upload binaries to release (if tag)
7878
if: startsWith(github.ref, 'refs/tags/')
7979
uses: svenstaro/upload-release-action@v1-release

0 commit comments

Comments
 (0)