File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -48,15 +48,18 @@ jobs:
4848 components : clippy rustfmt
4949 - name : Install Deps
5050 run : pacman -Syu --noconfirm base-devel libxkbcommon pango wayland
51+ - name : Obtain crates.io token
52+ uses : rust-lang/crates-io-auth-action@b7e9a28eded4986ec6b1fa40eeee8f8f165559ec # v1.0.3
53+ id : auth
5154 - name : Publish to crate
5255 run : |
53- cargo publish -p iced_layershell_macros --token ${{ secrets.CRATES_TOKEN }}
54- cargo publish -p iced_sessionlock_macros --token ${{ secrets.CRATES_TOKEN }}
55- cargo publish -p waycrate_xkbkeycode --token ${{ secrets.CRATES_TOKEN }}
56- cargo publish -p layershellev --token ${{ secrets.CRATES_TOKEN }}
57- cargo publish -p sessionlockev --token ${{ secrets.CRATES_TOKEN }}
58- cargo publish -p iced_layershell --token ${{ secrets.CRATES_TOKEN }}
59- cargo publish -p iced_sessionlock --token ${{ secrets.CRATES_TOKEN }}
56+ cargo publish -p iced_layershell_macros
57+ cargo publish -p iced_sessionlock_macros
58+ cargo publish -p waycrate_xkbkeycode
59+ cargo publish -p layershellev
60+ cargo publish -p sessionlockev
61+ cargo publish -p iced_layershell
62+ cargo publish -p iced_sessionlock
6063 - uses : softprops/action-gh-release@v2
6164 with :
6265 draft : true
You can’t perform that action at this time.
0 commit comments