Skip to content

Commit

Permalink
feat:Support for (Image) License
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihtokus committed Jan 12, 2025
1 parent d7abb1e commit 5541fa6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
permissions:
contents: write # For report_template.html creation
id-token: write # For cosign

jobs:
check-version:
uses: fatihtokus/scan2html/.github/workflows/check-release-candidate-version.yml@release-candidate
Expand Down Expand Up @@ -72,4 +73,4 @@ jobs:
- build-front-end
uses: fatihtokus/scan2html/.github/workflows/release-go.yml@main
with:
next-version: '${{ needs.check-version.outputs.next-version }}'
next-version: '${{ needs.check-version.outputs.next-version }}'

0 comments on commit 5541fa6

Please sign in to comment.