Skip to content

Commit edc718a

Browse files
committed
fix: npm publishing uses new package.json
1 parent 2a5f6b0 commit edc718a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: JS-DevTools/npm-publish@v3
4747
with:
4848
token: ${{ secrets.NPM_TOKEN }}
49-
package: ./package/package.json
49+
package: ./package.json
5050

5151
- name: Create GitHub Release
5252
id: create_release

0 commit comments

Comments
 (0)