Skip to content

Commit

Permalink
Dont publish on crates.io for now (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubiratansoares committed Mar 25, 2024
1 parent 4930285 commit 022b790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
id: prepare-release
run: ./scripts/prepare-release.sh

- name: Publish on crates.io
run: cargo publish --token ${{ secrets.CRATESIO_PUBLISH_TOKEN }}
# - name: Publish on crates.io
# run: cargo publish --token ${{ secrets.CRATESIO_PUBLISH_TOKEN }}

- name: Publish draft Github release
uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2.0.4
Expand Down

0 comments on commit 022b790

Please sign in to comment.