We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fdebc2 commit e078b83Copy full SHA for e078b83
.github/workflows/publish-preview.yml
@@ -40,7 +40,7 @@ jobs:
40
id: commit-sha
41
run: echo "COMMIT_SHA=$(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT"
42
- name: Prepare preview builds
43
- uses: MetaMask/github-tools/.github/actions/prepare-preview-builds@prepare-preview-builds-action
+ uses: MetaMask/github-tools/.github/actions/prepare-preview-builds@v1
44
with:
45
npm-scope: '@metamask-previews'
46
commit-hash: ${{ steps.commit-sha.outputs.COMMIT_SHA }}
0 commit comments