Skip to content

Commit

Permalink
Another release CI syntax fix for crates.io publish
Browse files Browse the repository at this point in the history
  • Loading branch information
gsleap committed Apr 18, 2024
1 parent a7b5c3f commit 0901f13
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,11 @@ jobs:
run: cargo build --release --features cfitsio-static,examples

- name: Publish to crates.io
run: cargo publish --no-verify --token ${CRATES_TOKEN}
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
run: |
cargo publish --no-verify --token ${CRATES_TOKEN}
create-github-and-pypi-release:
name: Create a new github and pypi release
Expand Down

0 comments on commit 0901f13

Please sign in to comment.