Skip to content

Commit d320119

Browse files
committed
ci: clean up ci artifacts before jsr publish and update .gitignore
1 parent 7d6927f commit d320119

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

.github/workflows/automated-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,12 @@ jobs:
153153
git push origin "v${VERSION}"
154154
echo "✅ Git tag created: v${VERSION}"
155155
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+
156162
- name: Publish to JSR
157163
run: npx jsr publish
158164

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,9 @@ examples/*.js
8484
temp/
8585

8686
# Ona configuration (contains API keys)
87-
.ona/
87+
.ona/
88+
89+
# CI/CD artifacts
90+
codecov/
91+
codecov.SHA256SUM*
92+
example-audit-report.json

0 commit comments

Comments
 (0)