There was an error while loading. Please reload this page.
1 parent 8d84cc9 commit bbe6717Copy full SHA for bbe6717
1 file changed
.github/workflows/create_release.yaml
@@ -75,7 +75,7 @@ jobs:
75
echo "version=$NEXT_VERSION" >> $GITHUB_OUTPUT
76
env:
77
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
78
- CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_TOKEN }}
+ CARGO_REGISTRY_TOKEN: ${{ secrets.cargo_token }}
79
80
- name: Echo next version
81
run: echo "${{ steps.nextVersion.outputs.version }}"
@@ -84,7 +84,7 @@ jobs:
84
run: npx semantic-release
85
86
87
88
89
- name: Upload Cargo
90
uses: actions/upload-artifact@v4
0 commit comments