Skip to content

Commit

Permalink
fix npm publish directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Heric committed Mar 8, 2024
1 parent 5b059cb commit 5157bfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/apollo-server-plugin-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
run: npm run build

- name: Release to npm
working-directory: ./build
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 5157bfe

Please sign in to comment.