Skip to content

Commit

Permalink
fix package variable for npm-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Jan 15, 2024
1 parent edf7ca9 commit c34d274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/${{ matrix.package }}
package: ./packages/${{ matrix.package }}/package.json
strategy: upgrade

- if: steps.publish.outputs.type != 'none' && steps.publish.outputs.dry_run != true
Expand Down

0 comments on commit c34d274

Please sign in to comment.