diff --git a/.github/workflows/reusable-releaser-go.yml b/.github/workflows/reusable-releaser-go.yml index 561eef1..74221d8 100644 --- a/.github/workflows/reusable-releaser-go.yml +++ b/.github/workflows/reusable-releaser-go.yml @@ -137,7 +137,7 @@ jobs: run: make bina - name: Create Release (with bina) - uses: softprops/action-gh-release@50195ba7f6f93d1ac97ba8332a178e008ad176aa + uses: softprops/action-gh-release@c7857c88c0b69847af67785971a0b5633c6d22cf if: ${{ inputs.generate-bina }} with: body_path: gittaglogs.txt @@ -148,7 +148,7 @@ jobs: draft: false - name: Create Release - uses: softprops/action-gh-release@50195ba7f6f93d1ac97ba8332a178e008ad176aa + uses: softprops/action-gh-release@c7857c88c0b69847af67785971a0b5633c6d22cf if: ${{ inputs.generate-bina == false }} with: body_path: gittaglogs.txt