Skip to content

Commit

Permalink
Delete crates CI
Browse files Browse the repository at this point in the history
  • Loading branch information
WGUNDERWOOD committed Sep 1, 2024
1 parent f573c6c commit 1b345ce
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,28 +83,3 @@ jobs:
gh release upload ${{ github.ref_name }} $(find . -iname tex-fmt*.tar.gz)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
crates:
name: crates.io publish
needs: [build]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- id: cargo_release_cache
uses: actions/cache@v3
with:
path: ~/.cargo/bin/cargo-release
key: ${{ runner.os }}-cargo-release
- run: cargo install cargo-release
if: steps.cargo_release_cache.outputs.cache-hit != 'true'
- run: cargo login ${{ secrets.CRATES_IO_API_TOKEN }}
- name: "cargo release publish"
run: |-
cargo release \
publish \
--workspace \
--all-features \
--allow-branch HEAD \
--no-confirm \
#--no-verify \
--execute

0 comments on commit 1b345ce

Please sign in to comment.