Skip to content

Commit

Permalink
Merge pull request #1614 from ldebenedettiNavent/development
Browse files Browse the repository at this point in the history
Fix: Actions github
  • Loading branch information
bsabatino authored Oct 26, 2023
2 parents dd6bf8c + e977188 commit 42b51e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
yarn lerna run build
npx lerna version --yes
# cd node_modules/.bin
# lerna version patch --yes --force-publish=*
# lerna version --no-push # => this don't fail, but don't change anithing
Expand All @@ -60,7 +60,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx lerna publish from-git
run: npx lerna publish from-git --yes

merge-me:
name: Merge to master
Expand Down

0 comments on commit 42b51e0

Please sign in to comment.