Skip to content

Commit

Permalink
feat: add release please for releases (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist committed Oct 12, 2021
1 parent d80299e commit 83d68ad
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2.4.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: swapi-node

0 comments on commit 83d68ad

Please sign in to comment.