Skip to content

Commit

Permalink
chore: fix crates publishing step
Browse files Browse the repository at this point in the history
  • Loading branch information
luizfonseca committed Dec 19, 2024
1 parent cf27f15 commit b2d3700
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ jobs:
short-description: LoadBalancer and HTTP Proxy with automatic SSL
readme-filepath: docker.README.md


publish-cargo:
continue-on-error: true
name: Publish to crates.io
Expand All @@ -222,7 +221,7 @@ jobs:
components: rustfmt,clippy

- name: Publish to crates.io
run: cargo publish --token ${{ secrets.CRATES_IO_TOKEN }}
run: cargo publish -p proksi --token ${{ secrets.CRATES_IO_TOKEN }}

upload-artifacts:
continue-on-error: true
Expand Down

0 comments on commit b2d3700

Please sign in to comment.