Skip to content

Commit db505aa

Browse files
marko-k0levsha
authored andcommitted
Revision pin of action-gh-release
1 parent 359e24f commit db505aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
sha256sum *.gz > sha256sums.txt
2929
3030
- name: Publish Release
31-
uses: softprops/action-gh-release@v1
31+
# v0.1.15
32+
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844
3233
with:
3334
token: ${{secrets.RELEASE_TOKEN}}
3435
body: "IC ${{github.ref_name}}"

0 commit comments

Comments
 (0)