From 17c3872c8f3c259d91090246ebbd1016401a1d9a Mon Sep 17 00:00:00 2001 From: Zach Lankton Date: Mon, 25 Sep 2023 17:21:15 -0400 Subject: [PATCH] fix github npm publish action --- .github/workflows/publish.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a0e731d..53f7caa 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 }} diff --git a/package.json b/package.json index 52289bc..9e1a024 100644 --- a/package.json +++ b/package.json @@ -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": {