Skip to content

Commit

Permalink
build: Fix definition of token.
Browse files Browse the repository at this point in the history
  • Loading branch information
nzdjb committed Nov 20, 2023
1 parent 7cd163b commit 98bc46a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ jobs:
with:
fetch-depth: 0
- uses: google-github-actions/release-please-action@v3
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_PLEASE_TOKEN }}
id: release
with:
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
release-type: node
pull-request-title-pattern: "release${scope}: ${component} ${version}"
labels: |
Expand Down

0 comments on commit 98bc46a

Please sign in to comment.