Skip to content

Commit 6be932a

Browse files
Merge pull request #12 from NREL/rjf/pub-reqs
fix published package name bambam-omf
2 parents 465821d + 5753b29 commit 6be932a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
- name: Publish bambam-gtfs
3838
run: cargo publish -p bambam-gtfs --manifest-path=rust/Cargo.toml --token "${{ secrets.CRATES_IO_TOKEN }}"
3939

40-
- name: Publish bambam-overturemaps
41-
run: cargo publish -p bambam-overturemaps --manifest-path=rust/Cargo.toml --token "${{ secrets.CRATES_IO_TOKEN }}"
40+
- name: Publish bambam-omf
41+
run: cargo publish -p bambam-omf --manifest-path=rust/Cargo.toml --token "${{ secrets.CRATES_IO_TOKEN }}"
4242

4343
- name: Publish bambam
4444
run: cargo publish -p bambam --manifest-path=rust/Cargo.toml --token "${{ secrets.CRATES_IO_TOKEN }}"

0 commit comments

Comments
 (0)