We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ad4bd commit 12cfb22Copy full SHA for 12cfb22
.github/workflows/release.yml
@@ -30,6 +30,10 @@ jobs:
30
lfs: true
31
fetch-depth: 0
32
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
+
37
- name: Install Linux dependencies
38
run: sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config
39
0 commit comments