Skip to content

Commit

Permalink
build: configure 6.x as default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed May 20, 2022
1 parent 37285d0 commit 7afd0a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
release-type: node
package-name: protobufjs
command: release-pr
default-branch: 6.x
release-please-release:
runs-on: ubuntu-latest
steps:
Expand All @@ -24,6 +25,7 @@ jobs:
release-type: node
package-name: protobufjs
command: github-release
default-branch: 6.x
- uses: actions/checkout@v2
if: ${{ steps.tag-release.outputs.release_created }}
- uses: actions/setup-node@v1
Expand Down

0 comments on commit 7afd0a3

Please sign in to comment.