Skip to content

Commit

Permalink
🚑 pipeline fix attempt 6
Browse files Browse the repository at this point in the history
  • Loading branch information
mococa committed Nov 9, 2023
1 parent 97ddbfe commit a37f7d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pulumi-aws-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:

- name: Publish Pulumi AWS package on NPM
working-directory: pulumi/aws
run: npm login && npm publish --access public
run: |
npm login
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit a37f7d8

Please sign in to comment.