Skip to content

Commit

Permalink
fixed versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethdsheridan committed Nov 6, 2024
1 parent 73e6db8 commit d693e58
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ on:
# Allow manual trigger
workflow_dispatch:

# Add permissions block
permissions:
contents: write
packages: write
issues: write
pull-requests: write

env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: 1
Expand Down

0 comments on commit d693e58

Please sign in to comment.