Skip to content

Commit 0589e9c

Browse files
committed
Update release sbom workflow
1 parent 0aa5157 commit 0589e9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-sboms.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717

1818

1919
jobs:
20-
release-maven:
20+
release-sboms:
2121
if: github.repository_owner == 'Apicurio' && (github.event_name == 'workflow_dispatch' || startsWith(github.event.release.tag_name, '3.'))
2222
runs-on: ubuntu-22.04
2323
timeout-minutes: 30
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
node-version: 20
5959
cache: 'npm'
60-
cache-dependency-path: 'ui/**/package-lock.json'
60+
cache-dependency-path: 'registry/ui/**/package-lock.json'
6161

6262
- name: Maven Install
6363
run: |

0 commit comments

Comments
 (0)