Skip to content

Commit

Permalink
fix(ci): allow git commit to semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
kcmr committed Jan 10, 2023
1 parent ffb1f90 commit 2bc3a20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
with:
fetch-depth: 0
persist-credentials: false
token: ${{ secrets.CI_GITHUB_TOKEN }}
- uses: actions/setup-node@v3
with:
node-version-file: '.tool-versions'
Expand Down

0 comments on commit 2bc3a20

Please sign in to comment.