diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index e173b39..9266d7d 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -13,15 +13,17 @@ jobs: contents: write packages: write pull-requests: write + id-token: write steps: - uses: actions/checkout@v4 with: fetch-depth: 0 ref: main ssh-key: ${{ secrets.DEPLOY_KEY }} - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: 22 + registry-url: "https://registry.npmjs.org" - name: Setup Git User run: | git config --local user.email "github-actions@github.com" @@ -38,7 +40,6 @@ jobs: - name: Release env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - NPM_TOKEN: ${{secrets.NPM_TOKEN}} run: npm run release --ci --increment $RELEASE_TYPE - name: make pull-request to ready env: