Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mjt320 authored Feb 8, 2024
1 parent f91e122 commit ea1a8ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
run: >-
echo "Local version: ${{needs.check_version.outputs.localversion}}"
gh release create
v'${{ needs.check_version.outputs.localversion }}'
v${{ needs.check_version.outputs.localversion }}
--repo '${{ github.repository }}'
--notes ""
- name: Upload artifact signatures to GitHub Release
Expand Down

0 comments on commit ea1a8ec

Please sign in to comment.