Skip to content

Commit 33fc5ff

Browse files
committed
fix: release file
1 parent 71acc0b commit 33fc5ff

3 files changed

Lines changed: 16 additions & 13 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ jobs:
4848
- name: Debug Dist Directory
4949
run: ls -al dist
5050

51-
- name: Cache build
52-
uses: actions/cache@v3
53-
with:
54-
path: ./dist
55-
key: ${{ runner.os }}-build-${{ github.sha }}
56-
5751
release:
5852
name: Release
5953
runs-on: ubuntu-latest
@@ -75,12 +69,6 @@ jobs:
7569
fetch-depth: 0
7670
persist-credentials: false
7771

78-
- name: Restore build artifacts
79-
uses: actions/cache@v3
80-
with:
81-
path: ./dist
82-
key: ${{ runner.os }}-build-${{ github.sha }}
83-
8472
- name: Semantic Release
8573
uses: cycjimmy/semantic-release-action@v4.1.0
8674
with:

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
[
2929
"semantic-release-pypi",
3030
{
31-
"distDir": "dist/"
31+
"distDir": "dist"
3232
}
3333
],
3434
[

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## 1.0.0 (2025-11-12)
2+
3+
4+
### Features
5+
6+
* add chinese readme ([7f9eeca](https://github.com/ScrapeGraphAI/toonify/commit/7f9eeca7d8b64aef7ae6bf797d1a2cfd32eb9635))
7+
* add CI/CD ([9d444fd](https://github.com/ScrapeGraphAI/toonify/commit/9d444fd9738435bf9fed907a0d97b50562ab7218))
8+
* add korean readme ([5c223e0](https://github.com/ScrapeGraphAI/toonify/commit/5c223e06a36eb1ed7edac4c9b8af3ecaafeffd3d))
9+
* add toonify logo ([f3ccd1c](https://github.com/ScrapeGraphAI/toonify/commit/f3ccd1c2b0a37941af41dbb508fe1763f7471c10))
10+
* first git ([303fabd](https://github.com/ScrapeGraphAI/toonify/commit/303fabdca416d06518f28b1007fd99479d3d6046))
11+
12+
13+
### Bug Fixes
14+
15+
* create release file ([71acc0b](https://github.com/ScrapeGraphAI/toonify/commit/71acc0b8fcf46f4b947ee5a4240dc27bd7cf4a93))

0 commit comments

Comments
 (0)