Skip to content

Commit

Permalink
chore: 9.x release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarchini committed Jun 13, 2023
1 parent 86cab8c commit 2cd98e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
on:
push:
branches:
- master
- 9.x
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v1.3.2
- uses: GoogleCloudPlatform/release-please-action@v3.7.9
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: restify
default-branch: 9.x

0 comments on commit 2cd98e2

Please sign in to comment.