diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index a067537..3b8d666 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -62,10 +62,7 @@ jobs: key: ${{ github.sha }} - name: Dry Run Publish # omit npm-token token to perform dry run publish - uses: MetaMask/action-npm-publish@v4 - with: - slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }} - subteam: S042S7RE4AE # @metamask-npm-publishers + uses: MetaMask/action-npm-publish@v1 env: SKIP_PREPACK: true publish-npm: @@ -84,7 +81,7 @@ jobs: ./node_modules/.yarn-state.yml key: ${{ github.sha }} - name: Publish - uses: MetaMask/action-npm-publish@v5 + uses: MetaMask/action-npm-publish@v1 with: # This `NPM_TOKEN` needs to be manually set per-repository. # Look in the repository settings under "Environments", and set this token in the `npm-publish` environment.