Skip to content

Commit

Permalink
ci: fix release-hub action
Browse files Browse the repository at this point in the history
897b59c03e7220e9f7a381bb35cbddafdb08ec83
  • Loading branch information
kabachook committed Feb 22, 2024
1 parent 7e08cb6 commit cde95a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Run package command
run: |
go run main.go package -m ${{ steps.release-notes.outputs.result }} ${{ steps.semver-tag.outputs.version }} .
go run main.go package -m ${{ steps.release-notes.outputs.result }} v${{ steps.semver-tag.outputs.version }} .
- name: Publish plugin to hub
env:
Expand Down

0 comments on commit cde95a0

Please sign in to comment.