This commit is contained in:
17
node_modules/gotrue-js/.github/workflows/release-please.yml
generated
vendored
Normal file
17
node_modules/gotrue-js/.github/workflows/release-please.yml
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: release-please
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
release-please:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: GoogleCloudPlatform/release-please-action@v2
|
||||
id: release
|
||||
with:
|
||||
# We can't rely on the GITHUB_TOKEN as we need to trigger
|
||||
# further actions and the GITHUB_TOKEN doesn't allow it
|
||||
token: ${{ secrets.NODE_PKG_RELEASE_TOKEN }}
|
||||
release-type: node
|
||||
package-name: 'gotrue-js'
|
||||
Reference in New Issue
Block a user