Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
chore(ci): i don't want that shit
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Nov 22, 2023
1 parent d9cc4e0 commit fe18900
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,16 @@ jobs:
overwrite: true
tag: ${{ github.ref }}

publish-crates-io:
name: Publish on crates.io
needs: publish-github
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3

- name: Publish
uses: actions-rs/cargo@v1
with:
command: publish
args: --locked --token ${{ secrets.CARGO_TOKEN }}
# publish-crates-io:
# name: Publish on crates.io
# needs: publish-github
# runs-on: ubuntu-latest
# steps:
# - name: Checkout the repository
# uses: actions/checkout@v3
#
# - name: Publish
# uses: actions-rs/cargo@v1
# with:
# command: publish
# args: --locked --token ${{ secrets.CARGO_TOKEN }}

0 comments on commit fe18900

Please sign in to comment.