Skip to content

Commit

Permalink
fix: release please workflow missing a quote (#6906)
Browse files Browse the repository at this point in the history
  • Loading branch information
VaiTon authored Jun 15, 2022
1 parent 267d932 commit 77125d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
# We can't use GITHUB_TOKEN here because, github actions can't trigger actions
# see: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#using-the-github_token-in-a-workflow
# So this is a personal access token
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
release-type: simple
changelog-types: |
[
'[
{"type":"feat","section":"Features","hidden":false},
{"type":"fix","section":"Bug Fixes","hidden":false},
{"type":"taxonomy","section":"Taxonomy","hidden":false}
Expand Down

0 comments on commit 77125d0

Please sign in to comment.