Skip to content

Commit

Permalink
fix mistype in deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Sep 1, 2024
1 parent 5378f5f commit bef904c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
gh release create ${{ github.ref_name }} \
-t ${{ github.ref_name }} \
--discussion-category "General"
--discussion-category "General" \
--generate-notes --prerelease
gh release upload ${{ github.ref_name }} \
vcpkg-configuration.json

0 comments on commit bef904c

Please # to comment.