Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusuMET committed Aug 14, 2024
1 parent 0f2f7a0 commit 9e5ccdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: cargo publish --package netcdf-sys --token "${{ secrets.CRATES_IO_TOKEN }}"
- name: Publish netcdf-derive
if: "${{ startsWith(github.ref_name, 'netcdf-derive-v') }}"
run: cargo publish --package netcdf --token "${{ secrets.CRATES_IO_TOKEN }}"
run: cargo publish --package netcdf-derive --token "${{ secrets.CRATES_IO_TOKEN }}"
- name: Publish netcdf
if: "${{ startsWith(github.ref_name, 'netcdf-v') }}"
run: cargo publish --package netcdf --token "${{ secrets.CRATES_IO_TOKEN }}"

0 comments on commit 9e5ccdb

Please sign in to comment.