chore: update release workflow

This commit is contained in:
Bill Church 2022-08-02 13:14:19 +00:00
parent 7d88f7068b
commit 09ca7bd838
No known key found for this signature in database
GPG key ID: 10DD056C65752AA0

17
.github/workflows/release.yml vendored Normal file
View 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