diff --git a/.github/workflows/release.yml.disabled b/.github/workflows/release.yml similarity index 87% rename from .github/workflows/release.yml.disabled rename to .github/workflows/release.yml index b624933..8cab760 100644 --- a/.github/workflows/release.yml.disabled +++ b/.github/workflows/release.yml @@ -16,12 +16,12 @@ jobs: - name: Setup node.js 20 uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 cache: 'pnpm' - name: Install Dependencies run: pnpm i --frozen-lockfile - name: Semantic release run: pnpm run release env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}