Skip to content

Commit

Permalink
Add rwf-admin to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
levkk committed Nov 26, 2024
1 parent 4208d44 commit 9ce83b4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,11 @@ jobs:
run: |
cargo login ${CRATES_IO_TOKEN}
cargo publish || true
- name: Publish rwf-admin
working-directory: rwf-admin
env:
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
run: |
cargo login ${CRATES_IO_TOKEN}
cargo publish || true

0 comments on commit 9ce83b4

Please sign in to comment.