From d1880edd53f9a5a92e64660eca21616abd4c0415 Mon Sep 17 00:00:00 2001 From: Nathan Klick Date: Tue, 16 Apr 2024 10:54:54 -0500 Subject: [PATCH] chore(ci): resolve publish failure due to mm-snap Signed-off-by: Nathan Klick --- .github/workflows/flow-publish-release.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/flow-publish-release.yaml b/.github/workflows/flow-publish-release.yaml index ae0c7586..97c1a975 100644 --- a/.github/workflows/flow-publish-release.yaml +++ b/.github/workflows/flow-publish-release.yaml @@ -167,7 +167,9 @@ jobs: if: ${{ github.event.inputs.dry-run-enabled != 'true' }} env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: pnpm publish ${{ steps.publish.outputs.args }} + run: | + pnpm install + pnpm publish ${{ steps.publish.outputs.args }} - name: Generate Github Release uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0