We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f2f7a0 commit 9e5ccdbCopy full SHA for 9e5ccdb
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
run: cargo publish --package netcdf-sys --token "${{ secrets.CRATES_IO_TOKEN }}"
36
- name: Publish netcdf-derive
37
if: "${{ startsWith(github.ref_name, 'netcdf-derive-v') }}"
38
- run: cargo publish --package netcdf --token "${{ secrets.CRATES_IO_TOKEN }}"
+ run: cargo publish --package netcdf-derive --token "${{ secrets.CRATES_IO_TOKEN }}"
39
- name: Publish netcdf
40
if: "${{ startsWith(github.ref_name, 'netcdf-v') }}"
41
run: cargo publish --package netcdf --token "${{ secrets.CRATES_IO_TOKEN }}"
0 commit comments