Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tu6ge committed May 21, 2024
1 parent 84db79e commit 8f63fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
cargo test --features blocking
- name: Run publish-action of derive
run: publish-action --dir="/oss_derive/" --tag_prefix="derive_"
run: publish-action --dir="/oss_derive/" --tag-prefix="derive_"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
Expand Down

0 comments on commit 8f63fcb

Please sign in to comment.