We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e61cfc commit bd407a9Copy full SHA for bd407a9
1 file changed
.github/workflows/release-gen2-migration.yml
@@ -39,4 +39,6 @@ jobs:
39
run: |
40
cd packages/amplify-cli
41
npm --version
42
- NPM_TRUSTED_PUBLISHER=true npm publish
+ npm publish
43
+ env:
44
+ NPM_TRUSTED_PUBLISHER: 'true'
0 commit comments