This commit is contained in:
parent
d81399fb53
commit
a6993465af
@ -33,8 +33,10 @@ jobs:
|
||||
- name: Build
|
||||
run: cargo build --release
|
||||
|
||||
- name: Configure cargo
|
||||
- name: Configure cargo creds
|
||||
run: echo ${{ secrets.API_TOKEN_CONFIG }} >> ~/.cargo/credentials.toml
|
||||
|
||||
- name: Configure cargo
|
||||
run: echo ${{ secrets.CARGO_CONFIG }} >> ~/.cargo/config.toml
|
||||
|
||||
- name: Publish
|
||||
|
Loading…
x
Reference in New Issue
Block a user