Skip to content

Commit

Permalink
Set access explicitly to public for all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh committed Nov 9, 2023
1 parent e662f14 commit e2fe8cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
package: packages/driver/package.json
token: ${{ secrets.NPM_TOKEN }}
dry-run: false
access: public

- name: If publish 'edgedb'
if: steps.publish_driver.outputs.type != ''
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
with:
package: packages/generate/package.json
token: ${{ secrets.NPM_TOKEN }}
dry-run: false
access: public

- name: If publish '@edgedb/generate'
if: steps.publish_generate.outputs.type != ''
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
with:
package: packages/auth-core/package.json
token: ${{ secrets.NPM_TOKEN }}
dry-run: false
access: public

- name: If publish '@edgedb/auth-core'
if: steps.publish_auth_core.outputs.type != ''
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
with:
package: packages/auth-nextjs/package.json
token: ${{ secrets.NPM_TOKEN }}
dry-run: false
access: public

- name: If publish '@edgedb/auth-nextjs'
if: steps.publish_auth_nextjs.outputs.type != ''
Expand Down

0 comments on commit e2fe8cf

Please sign in to comment.