Skip to content

Commit

Permalink
fix(actions): update publish action for core-util
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuss committed Mar 30, 2023
1 parent bd85e9f commit 16bf9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Publish @iot-app-kit/core-util
uses: JS-DevTools/npm-publish@v1
with:
package: './packages/dashboard/package.json'
package: './packages/core-util/package.json'
token: ${{ secrets.NPM_TOKEN }}
tag: 'alpha'

Expand Down

0 comments on commit 16bf9fc

Please sign in to comment.