Skip to content

Commit

Permalink
ci:fix
Browse files Browse the repository at this point in the history
skip-ci
  • Loading branch information
ArcherGu committed Jul 21, 2022
1 parent 0deeb9a commit 5aca177
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
Please refer to [CHANGELOG.md](https://github.com/Doubleshotjs/doubleshot/blob/${{ github.ref_name }}/packages/${{ steps.tag.outputs.pkgName }}/CHANGELOG.md) for details.
publish:
if: ${{ (contains(github.event.head_commit.message, 'skip-ci') && needs.release.result == 'success' && always()) || success() }}
needs: release
uses: ./.github/workflows/publish.yml
secrets:
Expand Down

0 comments on commit 5aca177

Please sign in to comment.