CoastalCommitsPastes/server/node_modules/node-gyp/gyp/.github/workflows/release-please.yml

17 lines
347 B
YAML
Raw Normal View History

2022-03-06 19:46:59 -05:00
on:
push:
branches:
- master
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2.5.6
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: python
package-name: gyp-next
bump-minor-pre-major: Yes