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