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 47a45aa commit 26ff8d2Copy full SHA for 26ff8d2
.github/workflows/rustci.yml
@@ -61,6 +61,8 @@ jobs:
61
cargo publish -p sessionlockev
62
cargo publish -p iced_layershell
63
cargo publish -p iced_sessionlock
64
+ env:
65
+ CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
66
- uses: softprops/action-gh-release@v2
67
with:
68
draft: true
0 commit comments