Skip to content

Commit

Permalink
Rework release CI to avoid directly commiting to master (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeicor authored Jan 12, 2025
1 parent 087331c commit d8b6dc4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
update-cargo-version:
name: Update the version in Cargo.toml
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
repository-projects: write
outputs:
BRANCH_NAME: ${{ steps.auto-update.outputs.BRANCH_NAME || github.ref }}
steps:
Expand Down

0 comments on commit d8b6dc4

Please sign in to comment.