source: trip-planner-front/node_modules/node-gyp/gyp/.github/workflows/release-please.yml

Last change on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 347 bytes
Line 
1on:
2 push:
3 branches:
4 - master
5
6name: release-please
7jobs:
8 release-please:
9 runs-on: ubuntu-latest
10 steps:
11 - uses: GoogleCloudPlatform/release-please-action@v2.5.6
12 with:
13 token: ${{ secrets.GITHUB_TOKEN }}
14 release-type: python
15 package-name: gyp-next
16 bump-minor-pre-major: Yes
Note: See TracBrowser for help on using the repository browser.