We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1506ca5 commit 6324f02Copy full SHA for 6324f02
.github/workflows/rust-ci.yml
@@ -78,27 +78,3 @@ jobs:
78
with:
79
command: publish
80
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
98
- command: fetch
99
- - name: cargo publish
100
101
- env:
102
- CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
103
104
- command: publish
0 commit comments