Skip to content

Commit

Permalink
Update GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
natenho authored Feb 28, 2023
1 parent f50ae00 commit 6380e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag: ${{ steps.tag_release.outputs.tag }}
name: Release ${{ steps.tag_release.outputs.tag }}
tag: ${{ steps.tag_release.outputs.new_tag }}
name: Release ${{ steps.tag_release.outputs.new_tag }}
body: ${{ steps.tag_release.outputs.changelog }}

- name: Upload Windows Binary
Expand Down

0 comments on commit 6380e32

Please sign in to comment.