Skip to content

Commit

Permalink
chore: change release-type to rust
Browse files Browse the repository at this point in the history
  • Loading branch information
kettei-sproutty committed Jan 16, 2024
1 parent 4d37c88 commit ff218d5
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
name: release-please

on:
push:
branches:
- main
name: release-please

permissions:
contents: write
pull-requests: write

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
id: release
with:
release-type: node
path: pkg
release-type: rust
- uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}
- uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down

0 comments on commit ff218d5

Please sign in to comment.