Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Commit 4d44d0e

Browse files
authored
Use recent version of action-gh-release (#11)
1 parent 6fdf2b6 commit 4d44d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: zig build dylib -Doptimize=ReleaseSafe
2727

2828
- name: Release
29-
uses: softprops/action-gh-release@v1
29+
uses: softprops/action-gh-release@975c1b265e11dd76618af1c374e7981f9a6ff44a
3030
if: startsWith(github.ref, 'refs/tags/')
3131
with:
3232
files: |

0 commit comments

Comments
 (0)