Skip to content

Commit

Permalink
chore: publish step will use relative package root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
activescott committed Jul 23, 2022
1 parent 9dc28d4 commit d15bf3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
needs: [test]
uses: activescott/github-actions-workflows/.github/workflows/npm-publisher.yml@npm-publisher-v4.0.1
with:
package_dir: /
package_dir: ./
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit d15bf3f

Please # to comment.