Skip to content

Commit

Permalink
Fix release and tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusuMET committed Sep 18, 2024
1 parent 25fe747 commit ee540ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
if: "${{ startsWith(github.ref_name, 'hdf5-sys-v') }}"
run: cargo publish --package hdf5-metno-sys --token "${{ secrets.CRATES_IO_TOKEN }}"
- name: Publish hdf5-derive
if: "${{ startsWith(github.ref_name, 'hdf5-metno-derive-v') }}"
if: "${{ startsWith(github.ref_name, 'hdf5-derive-v') }}"
run: cargo publish --package hdf5-metno-derive --token "${{ secrets.CRATES_IO_TOKEN }}"
- name: Publish hdf5-types
if: "${{ startsWith(github.ref_name, 'hdf5-metno-types-v') }}"
if: "${{ startsWith(github.ref_name, 'hdf5-types-v') }}"
run: cargo publish --package hdf5-metno-types --token "${{ secrets.CRATES_IO_TOKEN }}"
- name: Publish hdf5
if: "${{ startsWith(github.ref_name, 'hdf5-v') }}"
Expand Down

0 comments on commit ee540ab

Please sign in to comment.