Skip to content

Commit

Permalink
Merge pull request #138 from nabla-studio/davidesegullo/fix-build-2
Browse files Browse the repository at this point in the history
ci: 💚 fix access public for new packages
  • Loading branch information
DavideSegullo authored Oct 29, 2024
2 parents 9c67feb + b3f340c commit 92f4618
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
# Use npx instead of yarn because yarn automagically sets NPM_* environment variables
# like NPM_CONFIG_REGISTRY so npm publish ends up ignoring the .npmrc file
# which is set up by `setup-node` action.
run: pnpx nx release publish --verbose --dry-run
run: pnpx nx release publish --access public --verbose --dry-run

# Step 11: Upload artifacts
- name: Upload artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
# Use npx instead of yarn because yarn automagically sets NPM_* environment variables
# like NPM_CONFIG_REGISTRY so npm publish ends up ignoring the .npmrc file
# which is set up by `setup-node` action.
run: pnpx nx release publish --verbose --tag
run: pnpx nx release publish --access public --verbose --tag

# Step 13: Upload artifacts
- name: Upload artifacts
Expand Down

0 comments on commit 92f4618

Please sign in to comment.