Skip to content

Commit

Permalink
Update gh-action release
Browse files Browse the repository at this point in the history
  • Loading branch information
U-C-S committed Feb 1, 2024
1 parent cb44285 commit 21ec4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build
run: .\Utils\build.ps1
- name: Create Github Release
run: gh release create {{ github.ref_name }} './Utils/Hurl_Installer.exe' --title "v${{ github.ref_name }}" --draft --latest
run: gh release create ${{ github.ref_name }} './Utils/Hurl_Installer.exe' --title "${{ github.ref_name }}" --draft --latest --verify-tag --notes-from-tag
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Upload artifact
Expand Down

0 comments on commit 21ec4f9

Please sign in to comment.