We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f2f06 commit 2c16bcaCopy full SHA for 2c16bca
1 file changed
.github/workflows/reusable-releaser-go.yml
@@ -137,7 +137,7 @@ jobs:
137
run: make bina
138
139
- name: Create Release (with bina)
140
- uses: softprops/action-gh-release@50195ba7f6f93d1ac97ba8332a178e008ad176aa
+ uses: softprops/action-gh-release@0a7d9cdbe44d16ac5fe9788836ca8af96266902e
141
if: ${{ inputs.generate-bina }}
142
with:
143
body_path: gittaglogs.txt
@@ -148,7 +148,7 @@ jobs:
148
draft: false
149
150
- name: Create Release
151
152
if: ${{ inputs.generate-bina == false }}
153
154
0 commit comments