Skip to content

Commit

Permalink
Update release-v3.yml (#1603)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnixon committed Jun 9, 2024
1 parent de71c59 commit d85c1eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
- name: Continuous integration check & build
run: yarn ci-check

- name: Commit exports
run: |
git add src/index.js
git commit -m "new exports"
#- name: Commit exports
# run: |
# git add src/index.js
# git commit -m "new exports"

# Dry run - `yarn lerna version prepatch --no-git-tag-version --no-push --yes`
# With dist tag - `run: yarn lerna publish prepatch --dist-tag next --yes`
Expand Down

0 comments on commit d85c1eb

Please sign in to comment.