Skip to content

Commit

Permalink
chore(deps): update softprops/action-gh-release action to v2 (#280)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 9, 2024
1 parent ff6c960 commit d36ce29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Release with Notes
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ steps.tag_version.outputs.new_tag }}
name: Release ${{ steps.tag_version.outputs.new_tag }}
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
make build TARGETOS="$GOOS" TARGETARCH="$GOARCH" VERSION="${{ needs.release.outputs.new_tag }}" BINARY_NAME="$BINARY_NAME"
- name: Release with Notes
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ needs.release.outputs.new_tag }}
name: Release ${{ needs.release.outputs.new_tag }}
Expand Down

0 comments on commit d36ce29

Please sign in to comment.