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 b8a1f7f commit aec1d13Copy full SHA for aec1d13
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
- run: cargo build
25
- name: Configure crates.io token
26
run: |
27
- echo "[registry]" >> $HOME/.cargo/credentials
+ echo "[registry]" > $HOME/.cargo/credentials
28
echo "token = \"${{ secrets.CRATESIO_TOKEN }}\"" >> $HOME/.cargo/credentials
29
if: github.event_name != 'pull_request'
30
- run: cargo run publish ${{ secrets.GH_TOKEN }}
0 commit comments