Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyomair committed Dec 21, 2023
1 parent c0d0c35 commit 211bfdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-create-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
working-directory: create-app/

- name: Bump version
if: |
github.base_ref == 'main' &&
github.event.pull_request.merged == true
# if: |
# github.base_ref == 'main' &&
# github.event.pull_request.merged == true
run: echo "NEW_VERSION=$(npm --no-git-tag-version version minor)" >> $GITHUB_ENV
working-directory: create-app/

Expand Down

0 comments on commit 211bfdb

Please sign in to comment.