mirror of
https://github.com/cupcakearmy/formhero.git
synced 2024-12-22 08:06:24 +00:00
chore: add release workflow
This commit is contained in:
parent
b3865cc243
commit
413e1a6953
13
.github/workflows/release-please.yml
vendored
Normal file
13
.github/workflows/release-please.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
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 New Issue
Block a user