Skip to content

Commit

Permalink
fix: continuous delivery
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-online committed Apr 14, 2023
1 parent 5eb72e9 commit fb58c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ jobs:
yarn docs &&
git add . &&
git commit -m "docs(${{ inputs.version }}): generate documentation" &&
git commit -m "docs(${{ inputs.version }}): generate documentation [skip ci]" &&
git push &&
yarn release-it --ci -i ${{ inputs.version }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fb58c22

Please sign in to comment.