We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d15d0 commit d2fcd9eCopy full SHA for d2fcd9e
.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@a485adba73bc95d9848c86e019d675bac99de0ed
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