Skip to content

Commit

Permalink
fix stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Feb 8, 2024
1 parent 2c370bb commit c49bfdd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ runs:
profile: minimal

- name: Publish to Crates.io
working-dir: codgen/rust
working-directory: codegen/rust
shell: bash
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: |
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,10 @@ jobs:
rust-release:
needs: [generate]
runs-on: ubuntu-latest

steps:
- uses: actions/download-artifact@v4
with:
name: codegen

- uses: ./.github/actions/rust-release.yml

0 comments on commit c49bfdd

Please sign in to comment.