Skip to content

Commit 9250a72

Browse files
committed
ci(release): fix test step and add manual trigger
1 parent b056a68 commit 9250a72

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- "[0-9]+.[0-9]+.[0-9]+"
7+
workflow_dispatch:
78

89
permissions:
910
contents: read
@@ -28,8 +29,8 @@ jobs:
2829
- name: Install dependencies
2930
run: yarn install --immutable
3031

31-
- name: Test
32-
run: yarn test
32+
- name: Unit tests
33+
run: yarn test:unit
3334

3435
- name: Publish to npm (with provenance)
3536
run: npm publish --provenance --tag latest --access public

0 commit comments

Comments
 (0)