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

Commit

Permalink
Use recent version of action-gh-release (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert3005 authored Mar 6, 2024
1 parent 6fdf2b6 commit 4d44d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: zig build dylib -Doptimize=ReleaseSafe

- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@975c1b265e11dd76618af1c374e7981f9a6ff44a
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down

0 comments on commit 4d44d0e

Please sign in to comment.