There was an error while loading. Please reload this page.
1 parent 9e89b63 commit 0eb01a9Copy full SHA for 0eb01a9
3 files changed
.github/workflows/publish.yml
@@ -109,6 +109,8 @@ jobs:
109
else
110
echo "No harmony/pushy.har found in previous release or fetch failed."
111
fi
112
+ # Clean up temporary pack and extraction files to prevent publishing them
113
+ rm -rf react-native-update-${PREV_VERSION}.tgz package || true
114
- name: Publish to npm
115
shell: bash
116
run: |
.gitignore
@@ -73,3 +73,6 @@ harmony/pushy/src/main/cpp/android-generated
73
**/ios/.xcode.env.local
74
.bun-cache
75
.ohpm-cache
76
+*.tgz
77
+package
78
+
.npmignore
@@ -82,4 +82,8 @@ babel.config.js
82
tsconfig.json
83
bunfig.toml
84
85
+# Ignore temporary files created by npm pack during CI builds
86
87
88
89
0 commit comments