diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5496583..66fe938 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,4 +24,4 @@ jobs: - name: Release env: NPM_ACCESS_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }} - run: npm run publish + run: npm run release