Skip to content

Commit

Permalink
actually push tag on debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryNguyen5 committed Nov 13, 2023
1 parent 31a29f0 commit 7539e15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actions/cicd-changesets-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ runs:
run: |
tag=producer@7.7.7
git tag -a $tag -m "$tag"
git push origin $tag
- name: Run changesets
if: ${{ inputs.debug == 'false'}}
Expand Down

0 comments on commit 7539e15

Please sign in to comment.