Compare commits

...

2 Commits

Author SHA1 Message Date
a6ddcbad86 chore(version): Updates version to 0.1.3
All checks were successful
Auto Changelog & Release / release (push) Successful in 15s
2025-07-09 21:44:24 +02:00
437af0b560 Refactor: Streamlines branch content replacement
- Removes `shopt -s dotglob` as it's no longer needed.
- Simplifies the branch content replacement process.
2025-07-09 21:44:24 +02:00
2 changed files with 1 additions and 2 deletions

View File

@@ -1 +1 @@
0.1.2
0.1.3

View File

@@ -64,7 +64,6 @@ runs:
- name: Replace branch contents
shell: bash
run: |
shopt -s dotglob
rm -rf ./* || true
cp -r "$TMP_DIR"/. .
rm -rf "$TMP_DIR"