Skip to content

Commit

Permalink
fix github npm publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
zachlankton committed Sep 25, 2023
1 parent 9062c3a commit 17c3872
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
run: npm run build # If you have a build script, run it here

- name: Publish
run: npm publish
run: cd dist && npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rezact/create-app",
"version": "1.0.6",
"version": "1.0.7",
"description": "Quickly Scaffold a Rezact App",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 17c3872

Please sign in to comment.