Skip to content

Commit b02452c

Browse files
Merge pull request #5 from appwrite/chore-fix-ci
chore: update ci
2 parents 815c69a + bc4dad5 commit b02452c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
registry-url: "https://registry.npmjs.org"
1414
- run: npm install
1515
- run: npm run build
16-
- run: npm publish --access public
16+
- run: npm publish
1717
env:
18-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
18+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)