Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
4dd938b14b | |||
a6ddcbad86
|
|||
437af0b560
|
@@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [0.1.3](https://git.0xmax42.io/actions/deb-changelog-action/compare/v0.1.2..v0.1.3) - 2025-07-09
|
||||||
|
|
||||||
|
### 💼 Other
|
||||||
|
|
||||||
|
- Streamlines branch content replacement - ([437af0b](https://git.0xmax42.io/actions/deb-changelog-action/commit/437af0b560a3d916b58cbd81669046676718d213))
|
||||||
|
|
||||||
## [0.1.2](https://git.0xmax42.io/actions/deb-changelog-action/compare/v0.1.1..v0.1.2) - 2025-07-09
|
## [0.1.2](https://git.0xmax42.io/actions/deb-changelog-action/compare/v0.1.1..v0.1.2) - 2025-07-09
|
||||||
|
|
||||||
### ⚙️ Miscellaneous Tasks
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
@@ -64,7 +64,6 @@ runs:
|
|||||||
- name: Replace branch contents
|
- name: Replace branch contents
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
shopt -s dotglob
|
|
||||||
rm -rf ./* || true
|
rm -rf ./* || true
|
||||||
cp -r "$TMP_DIR"/. .
|
cp -r "$TMP_DIR"/. .
|
||||||
rm -rf "$TMP_DIR"
|
rm -rf "$TMP_DIR"
|
||||||
|
Reference in New Issue
Block a user