There was an error while loading. Please reload this page.
2 parents 76e86c2 + 2de1d19 commit 968b4dcCopy full SHA for 968b4dc
2 files changed
.github/workflows/automated-release.yml
@@ -153,6 +153,12 @@ jobs:
153
git push origin "v${VERSION}"
154
echo "✅ Git tag created: v${VERSION}"
155
156
+ - name: Clean up CI artifacts before JSR publish
157
+ run: |
158
+ rm -rf codecov/
159
+ rm -f codecov.SHA256SUM*
160
+ rm -f example-audit-report.json
161
+
162
- name: Publish to JSR
163
run: npx jsr publish
164
.gitignore
@@ -84,4 +84,9 @@ examples/*.js
84
temp/
85
86
# Ona configuration (contains API keys)
87
-.ona/
+.ona/
88
89
+# CI/CD artifacts
90
+codecov/
91
+codecov.SHA256SUM*
92
+example-audit-report.json
0 commit comments