Skip to content

Commit

Permalink
Fix the CI/CD pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Charles d'Avernas <[email protected]>
  • Loading branch information
cdavernas committed Jan 14, 2025
1 parent 51588da commit 3aa6e95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ jobs:
override: true

- name: Publish Core Package
run: cargo publish -package serverless_workflow_core --allow-dirty
run: cargo publish --package serverless_workflow_core --allow-dirty
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

- name: Publish Builders Package
run: cargo publish -package serverless_workflow_builders --allow-dirty
run: cargo publish --package serverless_workflow_builders --allow-dirty
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 3aa6e95

Please sign in to comment.