Skip to content

Commit e078b83

Browse files
committed
chore: point prepare-preview-builds action at v1 tag
1 parent 5fdebc2 commit e078b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
id: commit-sha
4141
run: echo "COMMIT_SHA=$(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT"
4242
- name: Prepare preview builds
43-
uses: MetaMask/github-tools/.github/actions/prepare-preview-builds@prepare-preview-builds-action
43+
uses: MetaMask/github-tools/.github/actions/prepare-preview-builds@v1
4444
with:
4545
npm-scope: '@metamask-previews'
4646
commit-hash: ${{ steps.commit-sha.outputs.COMMIT_SHA }}

0 commit comments

Comments
 (0)