Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
build: run main branch with fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Feb 18, 2021
1 parent 7e431b7 commit 1671e54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
needs: [build]
steps:
- id: release-pr
uses: GoogleCloudPlatform/release-please-action@v2
uses: GoogleCloudPlatform/release-please-action@main
with:
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
release-type: node
Expand All @@ -85,7 +85,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build]
steps:
- uses: GoogleCloudPlatform/release-please-action@v2
- uses: GoogleCloudPlatform/release-please-action@main
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 1671e54

Please sign in to comment.