We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff47295 commit c9d6dbaCopy full SHA for c9d6dba
.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@60cfd9a691d814dcf0d094598101c5cb61cd1646
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