Skip to content

Commit dde7253

Browse files
committed
hotfix: workaround for softprops/action-gh-release#142
1 parent a317548 commit dde7253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
echo ::set-output name=IS_RELEASE::${IS_RELEASE}
152152
153153
- name: "Publish archives and packages"
154-
uses: softprops/action-gh-release@v1
154+
uses: softprops/action-gh-release@v0.1.8
155155
if: steps.is-release.outputs.IS_RELEASE
156156
with:
157157
files: |

0 commit comments

Comments
 (0)