Skip to content

Commit 6324f02

Browse files
committed
Remove auto publish CI step
1 parent 1506ca5 commit 6324f02

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/rust-ci.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -78,27 +78,3 @@ jobs:
7878
with:
7979
command: publish
8080
args: --dry-run
81-
82-
# Remove this job if you don't publish the crate(s) from this repo
83-
# You must add a crates.io API token to your GH secrets called CRATES_IO_TOKEN
84-
publish:
85-
name: Publish
86-
needs: [test, publish-check]
87-
runs-on: ubuntu-latest
88-
if: startsWith(github.ref, 'refs/tags/')
89-
steps:
90-
- uses: actions/checkout@v1
91-
- uses: actions-rs/toolchain@v1
92-
with:
93-
toolchain: stable
94-
override: true
95-
- name: cargo fetch
96-
uses: actions-rs/cargo@v1
97-
with:
98-
command: fetch
99-
- name: cargo publish
100-
uses: actions-rs/cargo@v1
101-
env:
102-
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
103-
with:
104-
command: publish

0 commit comments

Comments
 (0)