Skip to content

Commit

Permalink
Remove crates.io publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
pfoerster committed Jul 30, 2023
1 parent 3ad0c71 commit f2936cc
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,19 +95,9 @@ jobs:
gh release upload ${{ github.ref_name }} $(find . -iname texlab*.tar.gz)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
crates-io:
name: crates.io
needs: [github]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
# - run: cargo publish
# env:
# CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
ctan:
name: CTAN
needs: [github, crates-io]
needs: [github]
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f2936cc

Please sign in to comment.