CoastalCommitsPastes/server/node_modules/node-gyp/gyp/.github/workflows/release-please.yml
2022-03-06 16:46:59 -08:00

16 lines
347 B
YAML

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