Skip to content

Commit d9e4213

Browse files
authored
ci(release): remove non-existing 'npm run build' step from release workflow (#9)
1 parent 6b156fb commit d9e4213

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
node-version: 16
1919
cache: npm
2020
- run: npm ci
21-
- run: npm run build
2221
- run: npx semantic-release
2322
env:
2423
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)