We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bc3e57 commit c360634Copy full SHA for c360634
.github/workflows/CI.yml
@@ -118,7 +118,10 @@ jobs:
118
- uses: changepacks/action@main
119
id: changepacks
120
with:
121
- token: ${{ secrets.GITHUB_TOKEN }}
+ publish: true
122
+ publish_options: -l rust
123
+ env:
124
+ CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
125
outputs:
126
changepacks: ${{ steps.changepacks.outputs.changepacks }}
127
release_assets_urls: ${{ steps.changepacks.outputs.release_assets_urls }}
0 commit comments