diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44caae4..3d91ce0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: - node-version: [20.x, 21.x] + node-version: [20.x] steps: - uses: actions/checkout@v4 @@ -63,8 +63,8 @@ jobs: echo "NPM_TOKEN: ${{ secrets.NPM_TOKEN }}" echo "GH_TOKEN: ${{ secrets.GH_TOKEN }}" - # - name: Release with semantic-release - # env: - # GH_TOKEN: ${{ secrets.GH_TOKEN }} - # NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - # run: npx semantic-release + - name: Release with semantic-release + env: + GH_TOKEN: ${{ secrets.GH_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + run: npx semantic-release