Skip to content

Commit

Permalink
remove release v prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostflyby committed Feb 23, 2024
1 parent 5d6bed3 commit 9c3ee0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
- name: "Create Release"
if: ${{ steps.read-versions.outputs.version != steps.read-versions.outputs.previous-version }}
run: |
gh release create "v${{ steps.read-versions.outputs.version }}" *.zip --generate-notes
gh release create "${{ steps.read-versions.outputs.version }}" *.zip --generate-notes
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9c3ee0f

Please sign in to comment.