Skip to content

Commit 58f87f0

Browse files
authored
chore(ci): fixed bad artifact name in release workflow (#74)
2 parents 228d5dc + 5a75d99 commit 58f87f0

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Store LCOV Info
6060
uses: actions/upload-artifact@v4
6161
with:
62-
name: storybook-static
62+
name: line-coverage-info
6363
path: packages/library/coverage/lcov.info
6464

6565
unit-tests-demo:
@@ -120,21 +120,6 @@ jobs:
120120
json: true
121121
args: --severity-threshold=high --all-projects
122122

123-
upload-coverage:
124-
runs-on: ubuntu-latest
125-
needs: sonarcloud
126-
steps:
127-
- uses: actions/checkout@v4
128-
- uses: actions/setup-node@v4
129-
with:
130-
node-version: 22
131-
cache: 'npm'
132-
- run: npm install
133-
- uses: actions/upload-artifact@v4
134-
with:
135-
name: coverage-report
136-
path: packages/library/coverage/lcov.info
137-
138123
deploy-storybook:
139124
runs-on: ubuntu-latest
140125
needs: [sonarcloud, snyk]

0 commit comments

Comments
 (0)