Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Last attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kus committed Apr 26, 2022
1 parent 5f1cd7f commit 83ab85f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ jobs:
- name: Build packages
run: npx lerna run build

- name: Setup npm
run: npm set "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}"

- name: Publish to npmjs
run: npx lerna publish from-package --yes --registry https://registry.npmjs.org/ --loglevel debug
run: npx lerna publish from-package --yes --registry https://registry.npmjs.org/ --loglevel debug --no-git-tag-version --no-push
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

- name: Build github release
uses: "marvinpinto/action-automatic-releases@latest"
Expand Down

0 comments on commit 83ab85f

Please sign in to comment.