diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d9fbb87..6b17890 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,17 +10,15 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout branch - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup pnpm uses: pnpm/action-setup@v4 - name: Setup node.js 20 - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 24 cache: 'pnpm' - name: Install Dependencies run: pnpm i --frozen-lockfile - name: Semantic release - run: pnpm run release - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: pnpm publish --verbose