We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 465821d + 5753b29 commit 6be932aCopy full SHA for 6be932a
.github/workflows/rust-release.yaml
@@ -37,8 +37,8 @@ jobs:
37
- name: Publish bambam-gtfs
38
run: cargo publish -p bambam-gtfs --manifest-path=rust/Cargo.toml --token "${{ secrets.CRATES_IO_TOKEN }}"
39
40
- - name: Publish bambam-overturemaps
41
- run: cargo publish -p bambam-overturemaps --manifest-path=rust/Cargo.toml --token "${{ secrets.CRATES_IO_TOKEN }}"
+ - name: Publish bambam-omf
+ run: cargo publish -p bambam-omf --manifest-path=rust/Cargo.toml --token "${{ secrets.CRATES_IO_TOKEN }}"
42
43
- name: Publish bambam
44
run: cargo publish -p bambam --manifest-path=rust/Cargo.toml --token "${{ secrets.CRATES_IO_TOKEN }}"
0 commit comments