diff --git a/.github/workflows/npm-prepare-release.yml b/.github/workflows/npm-prepare-release.yml index d1b0059..12375a7 100644 --- a/.github/workflows/npm-prepare-release.yml +++ b/.github/workflows/npm-prepare-release.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v6 - name: Run npm-prepare-release - uses: Automattic/vip-actions/npm-prepare-release@v0.7.4 + uses: Automattic/vip-actions/npm-prepare-release@v0.7.5 with: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} npm-version-type: ${{ inputs.npm-version-type }} diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 169fcbf..a664b64 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -17,7 +17,7 @@ jobs: if: contains( github.event.pull_request.labels.*.name, '[ Type ] NPM version update' ) && startsWith( github.head_ref, 'release/') && github.event.pull_request.merged == true steps: - - uses: Automattic/vip-actions/npm-publish@v0.7.4 + - uses: Automattic/vip-actions/npm-publish@v0.7.5 with: USE_TRUSTED_PUBLISHING: 'true' GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}