Skip to content

Commit 6701225

Browse files
committed
adjusted names in workflows
1 parent c0fc24f commit 6701225

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 🧪 DataTracks Connection Tests
1+
name: 📦 Publish to crate.io
22
on:
33
workflow_run:
44
workflows: ["📜 Protocol Release"]
@@ -16,7 +16,7 @@ jobs:
1616
run: cargo login ${{ secrets.CRATES_IO }}
1717
- name: Build binaries in "release" mode
1818
run: cargo build -r
19-
- name: "Package for crates.io"
19+
- name: "📦 Package for crates.io"
2020
run: cargo package # publishes a package as a tarball
21-
- name: "Publish to crates.io"
21+
- name: "📢 Publish to crates.io"
2222
run: cargo publish # publishes your crate as a library that can be added as a

0 commit comments

Comments
 (0)