chore: update release workflow
This commit is contained in:
parent
7d88f7068b
commit
09ca7bd838
1 changed files with 17 additions and 0 deletions
17
.github/workflows/release.yml
vendored
Normal file
17
.github/workflows/release.yml
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
name: 'Create Release'
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '**'
|
||||
|
||||
name: release-please
|
||||
jobs:
|
||||
release-please:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: google-github-actions/release-please-action@v3
|
||||
with:
|
||||
release-type: node
|
||||
package-name: release-please-action
|
Loading…
Reference in a new issue