Skip to content

Commit

Permalink
Update release sbom workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Dec 16, 2024
1 parent 0aa5157 commit 0589e9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-sboms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:


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

- name: Maven Install
run: |
Expand Down

0 comments on commit 0589e9c

Please sign in to comment.