Skip to content

Commit

Permalink
Merge pull request #42 from VolumeGraphics/release-action
Browse files Browse the repository at this point in the history
Fix release action
  • Loading branch information
TheAdiWijaya committed Nov 6, 2023
2 parents 3f4501b + 3e04016 commit 35d0978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Compile and release
uses: rust-build/[email protected].0
uses: rust-build/[email protected].4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 35d0978

Please sign in to comment.