Skip to content

Commit

Permalink
fix(ci): add step condition
Browse files Browse the repository at this point in the history
  • Loading branch information
gawaooooo committed May 8, 2024
1 parent 03504e5 commit a8e7c94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composite/npm-auto-publish-on-merge/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ runs:
uses: gawaooooo-sandbox/learn-github-actions-custom/composite/git-config@v3

- name: Npm version tag push
if: env.contains_release == 'true'
id: tag_version
uses: gawaooooo-sandbox/learn-github-actions-custom/composite/npm-version-tag-push@v4

Expand Down

0 comments on commit a8e7c94

Please sign in to comment.