Skip to content

Commit

Permalink
Add missing npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcarboni committed Nov 29, 2023
1 parent d010efe commit 883584a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/cdk-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ jobs:
yarn compile
yarn package
- name: Publish
working-directory: ./${{ github.workflow }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
yarn publish --patch --access public
- name: Push
working-directory: ./${{ github.workflow }}
if: always()
Expand All @@ -45,4 +52,3 @@ jobs:
git commit -am "Patch version" || true
git pull --rebase
git push

0 comments on commit 883584a

Please sign in to comment.