Skip to content

Commit 4b60016

Browse files
wmedranowmedrano
andauthored
Remove release from CI (#26)
- It doesn't work due to token no longer being valid - Will not set up again as release is easy anyways Co-authored-by: wmedrano <wmedrano@chromium.org>
1 parent 095b78a commit 4b60016

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,4 @@ jobs:
3232
run: cargo test --verbose
3333
- name: Test nostd
3434
run: cargo test --no-default-features
35-
release:
36-
runs-on: ubuntu-latest
37-
needs: [unit_tests]
38-
if: contains('refs/heads/main', github.ref)
39-
steps:
40-
- name: Checkout Repository
41-
uses: actions/checkout@v2
42-
- name: Rust Cache
43-
uses: Swatinem/rust-cache@v1
44-
- name: Publish
45-
uses: katyo/publish-crates@v1
46-
continue-on-error: true
47-
with:
48-
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
35+

0 commit comments

Comments
 (0)