Skip to content

Commit bd407a9

Browse files
authored
chore(gen2-migration): fix release workflow (attempt 8) (#14447)
chore: mid work
1 parent 9e61cfc commit bd407a9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release-gen2-migration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,6 @@ jobs:
3939
run: |
4040
cd packages/amplify-cli
4141
npm --version
42-
NPM_TRUSTED_PUBLISHER=true npm publish
42+
npm publish
43+
env:
44+
NPM_TRUSTED_PUBLISHER: 'true'

0 commit comments

Comments
 (0)