Skip to content

Commit

Permalink
fix: npm publishing uses new package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
RobBrazier committed Dec 1, 2023
1 parent 2a5f6b0 commit edc718a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./package/package.json
package: ./package.json

- name: Create GitHub Release
id: create_release
Expand Down

0 comments on commit edc718a

Please sign in to comment.