Skip to content

Commit

Permalink
Merge pull request #36 from kyoto7250/fix_release_script
Browse files Browse the repository at this point in the history
cargo install cargo-workspaces
  • Loading branch information
kyoto7250 authored Jun 16, 2024
2 parents 2846bee + e36bb8d commit f2d09f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ jobs:
run: |
git config --global user.email "runner@gha.local"
git config --global user.name "Github Action"
cargo install cargo-workspaces
cargo workspaces publish \
--yes --force '*' --exact \
--no-git-commit --allow-dirty --skip-published --token ${{ secrets.CRATES_IO_TOKEN }} \
Expand Down

0 comments on commit f2d09f3

Please sign in to comment.