diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 766948a3..71a3ce6a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: - run: yarn install --frozen-lockfile - run: yarn build - # - run: npm version patch -m "Release %s 📣" + - run: npm version patch -m "Release %s 📣" - run: git push # Publish to npm @@ -51,4 +51,4 @@ jobs: # Publish to GitHub Packages - run: npm publish env: - NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}