Skip to content

Commit

Permalink
Rework release CI to avoid directly commiting to master (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeicor authored Jan 12, 2025
1 parent 84364ea commit 087331c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
- if: ${{ startsWith(github.ref, 'refs/tags/v') }}
name: Auto-update Cargo.toml and move the release tag
id: auto-update
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# This needs to be done in a new branch as master is protected
export VERSION="${GITHUB_REF##*/}"
Expand Down

0 comments on commit 087331c

Please sign in to comment.