diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af4a8c4..edded09 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,8 +49,7 @@ jobs: run: pnpm run build - name: Release - run: echo "Do Release Here" - # run: pnpm run semantic-release - # env: - # GITHUB_TOKEN: ${{ github.token }} - # NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + run: pnpm run semantic-release + env: + GITHUB_TOKEN: ${{ github.token }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }}