We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 022d163 commit 2a3947bCopy full SHA for 2a3947b
.github/workflows/automated-release.yml
@@ -16,7 +16,7 @@ jobs:
16
cache-dependency-path: 'package-lock.json'
17
- run: npm ci
18
- run: npm run release:lint
19
- - run: npm run release:test-ci
+ - run: npm run release:test
20
- run: npm run release:check
21
- run: npm run release:build
22
- run: >
0 commit comments