diff --git a/.github/workflows/npm-prepare-release.yml b/.github/workflows/npm-prepare-release.yml index 4e29ee88a..01caf1b26 100644 --- a/.github/workflows/npm-prepare-release.yml +++ b/.github/workflows/npm-prepare-release.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v4 - name: Run npm-prepare-release - uses: Automattic/vip-actions/npm-prepare-release@v0.2.0 + uses: Automattic/vip-actions/npm-prepare-release@v0.3.0 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 fa029a160..e815b8518 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -14,7 +14,7 @@ jobs: id-token: write pull-requests: write steps: - - uses: Automattic/vip-actions/npm-publish@v0.2.0 + - uses: Automattic/vip-actions/npm-publish@v0.3.0 with: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}