Skip to content

Commit

Permalink
ci(release): fix incorrect path name
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeWasTakenn committed Sep 18, 2022
1 parent c7b6110 commit 2309488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ jobs:
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
package: './packages/package.json'
package: './package/package.json'
access: 'public'

0 comments on commit 2309488

Please sign in to comment.