Skip to content

Commit

Permalink
chore(ci): resolve publish failure due to mm-snap
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <[email protected]>
  • Loading branch information
nathanklick committed Apr 16, 2024
1 parent 8b531f6 commit d1880ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/flow-publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1880ed

Please sign in to comment.