Skip to content

Commit

Permalink
chore: publish-action
Browse files Browse the repository at this point in the history
  • Loading branch information
tu6ge committed May 21, 2024
1 parent e619116 commit 84db79e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,21 @@ jobs:
cd oss_derive
cargo test
cargo test --features blocking
- name: Run publish-action of derive
run: publish-action --dir="/oss_derive/" --tag_prefix="derive_"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

- name: Run publish-action
run: publish-action -c ""
- name: Run publish-action of oss
run: publish-action --dir="/" --tag_prefix="v"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}



grcov:
name: Coverage and Grcov
runs-on: ubuntu-latest
Expand Down

0 comments on commit 84db79e

Please sign in to comment.