Skip to content

Commit

Permalink
Changed working dir for npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
webblocksapp committed Jan 29, 2023
1 parent ab9eb61 commit 1268584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions/lib-publish-to-npm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ runs:
- name: Publish package on NPM
run: npm publish
shell: bash
working-directory: ./packages/lib/dist
working-directory: ./packages/lib
env:
NODE_AUTH_TOKEN: ${{ inputs.npm-token }}

0 comments on commit 1268584

Please sign in to comment.