Skip to content

Commit 12cfb22

Browse files
committed
Remove dev dep
1 parent 56ad4bd commit 12cfb22

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
lfs: true
3131
fetch-depth: 0
3232

33+
- name: Unpublish previous dev version
34+
# Unpublish this 240MB dev package from here because I don't have permission to directly do so
35+
run: npm unpublish @journeyapps/sqlcipher@0.0.0-dev-20260330151604
36+
3337
- name: Install Linux dependencies
3438
run: sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config
3539

0 commit comments

Comments
 (0)