Skip to content

Commit

Permalink
Merge pull request #61 from jacek-kurlit/jacek-kurlit-patch-1
Browse files Browse the repository at this point in the history
fix on_release.yml for macos
  • Loading branch information
jacek-kurlit authored Aug 27, 2024
2 parents 99ad8cc + 5aff78c commit 20a31bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+"

env:
# For setup-rust
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: write

Expand Down

0 comments on commit 20a31bf

Please sign in to comment.