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.
2 parents 6a44b75 + 01715cd commit df27ffdCopy full SHA for df27ffd
.github/workflows/release.yml
@@ -12,20 +12,8 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@v2
15
-
16
- - uses: actions-rs/toolchain@v1
17
- with:
18
- profile: minimal
19
- toolchain: stable
20
- override: true
21
22
- - name: cargo login
23
- uses: actions-rs/cargo@v1
24
25
- command: login
26
- args: ${{ secrets.CRATES_IO_TOKEN }}
27
28
- - name: cargo publish
29
30
31
- command: publish
+ - run: rustup set profile minimal
+ - run: rustup show
+ - run: cargo publish
+ env:
+ CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
0 commit comments