Skip to content

Commit 6df4b18

Browse files
committed
feat: semantic release
1 parent 595c3c6 commit 6df4b18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
uses: eifinger/setup-rye@v3
6969
- name: Restore build artifacts
7070
uses: actions/cache@v2
71+
with:
72+
path: ./dist
73+
key: ${{ runner.os }}-bui ld-${{ hashFiles('./dist/**') }}
7174
- name: Semantic Release
7275
uses: cycjimmy/[email protected]
7376
with:

0 commit comments

Comments
 (0)