Release v2026.02.19 #41
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Create release | |
| on: | |
| release: | |
| types: | |
| - released | |
| permissions: | |
| contents: write | |
| id-token: write | |
| jobs: | |
| build: | |
| uses: ./.github/workflows/build-template.yml | |
| secrets: | |
| GAR_PROJECT_NUMBER: ${{ secrets.GAR_PROJECT_NUMBER }} | |
| GAR_PROJECT_ID: ${{ secrets.GAR_PROJECT_ID }} | |
| SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} | |
| with: | |
| gradle-targets: build shadowJar | |
| gradle-args: -Pversion=${{github.ref_name}} | |
| # publish-kostra-barnevern: true # wait with this until we have a proper artifact registry |