Skip to content

Commit 9e5ccdb

Browse files
committed
Fix release workflow
1 parent 0f2f7a0 commit 9e5ccdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: cargo publish --package netcdf-sys --token "${{ secrets.CRATES_IO_TOKEN }}"
3636
- name: Publish netcdf-derive
3737
if: "${{ startsWith(github.ref_name, 'netcdf-derive-v') }}"
38-
run: cargo publish --package netcdf --token "${{ secrets.CRATES_IO_TOKEN }}"
38+
run: cargo publish --package netcdf-derive --token "${{ secrets.CRATES_IO_TOKEN }}"
3939
- name: Publish netcdf
4040
if: "${{ startsWith(github.ref_name, 'netcdf-v') }}"
4141
run: cargo publish --package netcdf --token "${{ secrets.CRATES_IO_TOKEN }}"

0 commit comments

Comments
 (0)