Skip to content

Commit 2a3947b

Browse files
committed
chore: fix wrong npm script name
1 parent 022d163 commit 2a3947b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automated-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
cache-dependency-path: 'package-lock.json'
1717
- run: npm ci
1818
- run: npm run release:lint
19-
- run: npm run release:test-ci
19+
- run: npm run release:test
2020
- run: npm run release:check
2121
- run: npm run release:build
2222
- run: >

0 commit comments

Comments
 (0)