Skip to content

Commit

Permalink
Remove dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
1BADragon committed Apr 22, 2024
1 parent 85986e2 commit 5802df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:
override: true

- name: publish
run: cargo publish -p rscel --dry-run --token ${{ secrets.CRATES_IO_API_KEY }}
run: cargo publish -p rscel --token ${{ secrets.CRATES_IO_API_KEY }}


0 comments on commit 5802df2

Please sign in to comment.