Skip to content

Commit

Permalink
chore(deps): update softprops/action-gh-release digest to e5aff6f
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 12, 2024
1 parent ba37bde commit bf5f55c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-releaser-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
run: make bina

- name: Create Release (with bina)
uses: softprops/action-gh-release@50195ba7f6f93d1ac97ba8332a178e008ad176aa
uses: softprops/action-gh-release@e5aff6f50fb1cde6005b4a5d0ac851e076e3bd7a
if: ${{ inputs.generate-bina }}
with:
body_path: gittaglogs.txt
Expand All @@ -148,7 +148,7 @@ jobs:
draft: false

- name: Create Release
uses: softprops/action-gh-release@50195ba7f6f93d1ac97ba8332a178e008ad176aa
uses: softprops/action-gh-release@e5aff6f50fb1cde6005b4a5d0ac851e076e3bd7a
if: ${{ inputs.generate-bina == false }}
with:
body_path: gittaglogs.txt
Expand Down

0 comments on commit bf5f55c

Please sign in to comment.