Merge pull request #4 from cupcakearmy/release

chore: add release workflow
This commit is contained in:
Nicco 2023-03-03 23:55:28 +01:00 committed by GitHub
commit 2533552b45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

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

View File

@ -1,7 +1,6 @@
name: Test
on:
push:
pull_request:
permissions: