Skip to content

Commit

Permalink
Update release-please.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
weareoutman committed Jan 7, 2021
1 parent 091e0ee commit 00d8b41
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions .github/workflows/release-please.yml
@@ -1,16 +1,15 @@

on:
push:
branches:
- master
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: "@easyops-cn/docusaurus-search-local"
bump-minor-pre-major: true
on:
push:
branches:
- master
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: "@easyops-cn/docusaurus-search-local"
bump-minor-pre-major: true

0 comments on commit 00d8b41

Please sign in to comment.