Skip to content

Commit

Permalink
okai npm public packages for the world
Browse files Browse the repository at this point in the history
  • Loading branch information
oktoshi committed Dec 11, 2024
1 parent 8b3410b commit 45979cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
RELEASE_TYPE=${{ github.event_name == 'push' && 'prerelease' || github.event.inputs.release_type }}
npx lerna version $RELEASE_TYPE --conventional-commits --yes --no-private --force-publish
npx lerna publish from-git --yes --dist-tag next
npx lerna publish from-git --yes --dist-tag next --access public
- name: Get Version Tag
id: get_tag
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
git checkout -b temp-publish-branch $LATEST_TAG
echo "Publishing version: $LATEST_TAG"
npx lerna publish from-package --yes --dist-tag latest
npx lerna publish from-package --yes --dist-tag latest --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 45979cb

Please sign in to comment.