Skip to content

Commit

Permalink
add rust release type
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelangeloio committed Nov 8, 2023
1 parent 89c1833 commit 5a08df5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,15 @@ permissions:
name: release-please

jobs:
release-please:
release-please-node:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
release-please-rust:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: rust

0 comments on commit 5a08df5

Please sign in to comment.