Skip to content

Commit 455788c

Browse files
committed
chore: fix release workflow
Signed-off-by: Frederik Bußmann <frederik@bussmann.io>
1 parent 963c44f commit 455788c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/release.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ jobs:
7676
registry-url: 'https://registry.npmjs.org'
7777

7878
- name: Install dependencies
79-
run: bun install --frozen-lockfile
79+
run: bun install
8080

8181
- name: Build
8282
run: bun run build
8383

8484
- name: Release module
85-
run: npm publish
85+
run: npm publish --no-git-checks

0 commit comments

Comments
 (0)