Skip to content

Commit

Permalink
ci: add github.skipChecks to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed May 25, 2023
1 parent 459bf51 commit e225026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
git config --global user.email "${{ secrets.GIT_EMAIL }}"
git config --global user.name "${{ secrets.GIT_USERNAME }}"
yarn release ${{ inputs.increment }} --ci --no-git.tag --no-github.release --npm.allowSameVersion
yarn release ${{ inputs.increment }} --ci --no-git.tag --no-github.release --npm.allowSameVersion --github.skipChecks
- name: Get Package Info
if: ${{ !inputs.dry-run }}
Expand All @@ -65,4 +65,4 @@ jobs:
- name: Release
if: ${{ !inputs.dry-run }}
run: |
yarn release ${{ inputs.increment }} --ci --no-npm --no-git.commit
yarn release ${{ inputs.increment }} --ci --no-npm --no-git.commit --github.skipChecks

0 comments on commit e225026

Please sign in to comment.