diff --git a/.github/workflows/publish-every-commit.yml b/.github/workflows/publish-every-commit.yml index b77dc0d..befc642 100644 --- a/.github/workflows/publish-every-commit.yml +++ b/.github/workflows/publish-every-commit.yml @@ -20,6 +20,6 @@ jobs: run: npm install - name: Build - run: npm build + run: npm run build - run: npx pkg-pr-new publish --template '.'