Skip to content

Commit

Permalink
single line yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Oct 22, 2024
1 parent 6b6286a commit 8a1779c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,5 @@ jobs:
- name: Publish
- uses: actions/checkout@v4
- run: rustup update stable && rustup default stable
- run: >
cargo publish
--dry-run
--verbose
--locked
--token ${{ secrets.CARGO_REGISTRY_TOKEN }}
- run: cargo publish --dry-run --verbose --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 8a1779c

Please sign in to comment.