Skip to content

Commit

Permalink
revert but add step to publish codegen version
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseChouleur committed Oct 30, 2023
1 parent e8024fe commit 3772768
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4

- name: Publish release
uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
dry-run: true
args: --no-verify
check-repo: false
ignore-unpublished-changes: true
- name: Publish robusta_jni release
run: cargo publish --token ${CRATES_TOKEN}
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}

- name: Publish robusta-codegen release
working-directory: ./robusta-codegen
run: cargo publish --token ${CRATES_TOKEN}
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}

0 comments on commit 3772768

Please sign in to comment.