Skip to content

Commit

Permalink
remove -no-push args
Browse files Browse the repository at this point in the history
  • Loading branch information
varadarajan-tw committed Jul 5, 2024
1 parent 80c7045 commit 1ec7c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: NODE_ENV=production yarn build

- name: Version packages
run: yarn lerna version minor --allow-branch release-test --force-publish=@segment/action-destinations --no-private --no-git-tag-version --yes
run: yarn lerna version minor --allow-branch release-test --force-publish=@segment/action-destinations --no-private --yes

- name: Create PR
run: |
Expand Down

0 comments on commit 1ec7c36

Please sign in to comment.