Skip to content

Commit

Permalink
feat(ci): change to use “preceding” instead of “above”
Browse files Browse the repository at this point in the history
  • Loading branch information
haru52 committed Jun 18, 2022
1 parent 6f79390 commit 386e9f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# https://semantic-release.gitbook.io/semantic-release/recipes/ci-configurations/github-actions#pushing-package.json-changes-to-a-master-branch
# If the branch protection for this repo's release branch (e.g., main)
# is enabled, delete or comment out
# `GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}` above
# is enabled, delete or comment out the preceding
# `GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}`
# and uncomment the next line.
# GITHUB_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
run: npx semantic-release

0 comments on commit 386e9f3

Please sign in to comment.