Skip to content

Commit c360634

Browse files
authored
Update CI workflow to publish Rust packages
Enable publishing with Rust options in CI workflow
1 parent 8bc3e57 commit c360634

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,10 @@ jobs:
118118
- uses: changepacks/action@main
119119
id: changepacks
120120
with:
121-
token: ${{ secrets.GITHUB_TOKEN }}
121+
publish: true
122+
publish_options: -l rust
123+
env:
124+
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
122125
outputs:
123126
changepacks: ${{ steps.changepacks.outputs.changepacks }}
124127
release_assets_urls: ${{ steps.changepacks.outputs.release_assets_urls }}

0 commit comments

Comments
 (0)