Skip to content

Commit f217ff8

Browse files
fix: release (#32)
* fix: deps upgrade * fix: move to new sonar scanner * fix: install unzip * fix: fixes release pipeline
1 parent 3df2ad9 commit f217ff8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,19 @@ on:
55
workflows: ['CI']
66
types:
77
- completed
8-
branches:
9-
- master
8+
branches:
9+
- master
1010
- main
1111

12+
permissions:
13+
contents: write
14+
1215
jobs:
1316
set-version:
1417
runs-on: ubuntu-latest
1518
if: ${{ github.event.workflow_run.head_branch == 'master' && github.event.workflow_run.conclusion == 'success' }}
1619
container:
17-
image: mcr.microsoft.com/dotnet/sdk:6.0
20+
image: mcr.microsoft.com/dotnet/sdk:6.0
1821
outputs:
1922
semVer: ${{ steps.gitversion.outputs.semVer }}
2023
steps:

0 commit comments

Comments
 (0)