Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yokofly authored Oct 14, 2024
1 parent 0ada4f5 commit 979a6b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
run: |
git config user.name github-action
git config user.email [email protected]
git tag ${{ github.event.inputs.tag }}
git push origin ${{ github.event.inputs.tag }}
git tag ${{ github.event.inputs.version }}
git push origin ${{ github.event.inputs.version }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
Expand Down

0 comments on commit 979a6b1

Please sign in to comment.