Skip to content

Commit

Permalink
fix: try to fix publishing action
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Jul 5, 2024
1 parent ccc4841 commit 77f9c39
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@ jobs:
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
ignore-unpublished-changes: true
args: -p idempotent-proxy-types -p idempotent-proxy-server
args: -p idempotent-proxy-types
- uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
ignore-unpublished-changes: true
args: -p idempotent-proxy-server

0 comments on commit 77f9c39

Please sign in to comment.