Skip to content

Commit 02f3918

Browse files
committed
Fix release workflow
1 parent 04c208d commit 02f3918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: 'Run unit-tests'
2020
run: yarn test
2121
- name: 'Build distribution'
22-
run: yarn dist
22+
run: yarn action:dist
2323
- name: 'Semantic Release'
2424
id: semantic
2525
uses: cycjimmy/semantic-release-action@v3

0 commit comments

Comments
 (0)