We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a64e0ac commit c95e6baCopy full SHA for c95e6ba
1 file changed
.github/workflows/CI.yml
@@ -55,10 +55,11 @@ jobs:
55
- uses: actions/checkout@v5
56
- uses: changepacks/action@main
57
id: changepacks
58
- # with:
59
- # publish: true
60
- # env:
61
- # CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
+ with:
+ token: ${{ github.token }}
+ publish: true
+ env:
62
+ CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
63
outputs:
64
changepacks: ${{ steps.changepacks.outputs.changepacks }}
65
release_assets_urls: ${{ steps.changepacks.outputs.release_assets_urls }}
0 commit comments