Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr0id authored Sep 30, 2024
1 parent e1b6986 commit 21fe7ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
environment: CARGO_REGISTRY_TOKEN

steps:
- name: Checkout code
Expand All @@ -23,4 +24,4 @@ jobs:
- name: Publish to crates.io
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
run: printenv | sort
run: cargo publish --allow-dirty

0 comments on commit 21fe7ab

Please sign in to comment.