Skip to content

Commit 44f98d7

Browse files
authored
Merge pull request #657 from amplify-education/hotfix/update-permissions
Update npm publish command
2 parents d069e9c + f1922af commit 44f98d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

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

6767
- name: Publish new version
6868
if: env.VERSION_CHANGED == 'true'
69-
run: npm publish --verbose
69+
run: npm publish --provenance --access public --verbose

0 commit comments

Comments
 (0)