Skip to content

Commit

Permalink
Fix deployment path for test-snaps (#1569)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Jul 10, 2023
1 parent 9156c1d commit 94323d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ jobs:
with:
build_script: yarn workspace @metamask/test-snaps build
destination_dir: test-snaps/${{ needs.get-release-version.outputs.RELEASE_VERSION }}
publish_dir: ./packages/test-snaps/public
publish_dir: ./packages/test-snaps/dist
secrets:
PUBLISH_PAGES_TOKEN: ${{ secrets.PUBLISH_PAGES_TOKEN }}

0 comments on commit 94323d9

Please sign in to comment.