Skip to content

Commit b7bba29

Browse files
authored
chore: install git-secrets in publish workflow (#762)
1 parent 6325422 commit b7bba29

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/prepare-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
registry-url: "https://registry.npmjs.org"
3131
cache: "pnpm"
3232
- name: Install dependencies
33-
run: pnpm install --frozen-lockfile
33+
run: |
34+
sudo apt-get install -y git-secrets
35+
pnpm install --frozen-lockfile
3436
- name: Bump version
3537
id: bump-version
3638
run: |

0 commit comments

Comments
 (0)