diff --git a/.github/workflows/npm_publish.yml b/.github/workflows/npm_publish.yml index efd64e69..8df025be 100644 --- a/.github/workflows/npm_publish.yml +++ b/.github/workflows/npm_publish.yml @@ -1,4 +1,4 @@ -name: CI +name: publish_npm_release on: release: @@ -29,4 +29,4 @@ jobs: - run: npm run build --if-present - run: npm publish env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}