Skip to content

Commit 76cd413

Browse files
committed
Update deployment workflow again
1 parent 95d787d commit 76cd413

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Publish
6868
run: |
69-
npm publish --access=public
69+
npm publish
7070
echo "" >> $GITHUB_STEP_SUMMARY
7171
echo "Successfully published to the [NPM registry](https://www.npmjs.com/package/@sourcelib/${{inputs.package-name}}/v/$VERSION)" >> $GITHUB_STEP_SUMMARY
7272
env:

0 commit comments

Comments
 (0)