Skip to content

Commit

Permalink
chore: edit release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Jan 1, 2021
1 parent 7b25b4d commit 30738ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/increment-version.patch.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
npx lerna version ${{ env.level }} --no-git-tag-version --no-push --yes
npx lerna version ${{ env.level }} --no-push --yes
- name: Push changes
uses: ad-m/github-push-action@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/increment-version.prerelease.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
npx lerna version ${{ env.level }} --no-git-tag-version --no-push --yes
npx lerna version ${{ env.level }} --no-push --yes
- name: Push changes
uses: ad-m/github-push-action@master
with:
Expand Down

0 comments on commit 30738ea

Please sign in to comment.