There was an error while loading. Please reload this page.
1 parent 42831a1 commit 3bad6abCopy full SHA for 3bad6ab
1 file changed
.github/workflows/dotnet.yml
@@ -76,18 +76,22 @@ jobs:
76
$global:LASTEXITCODE = 0
77
78
- name: Make Version
79
+ if: ${{ env.SHOULD_RELEASE == 'True' }}
80
shell: pwsh
81
run: scripts/make-version.ps1 "${{ github.sha }}"
82
83
- name: Make License
84
85
86
run: scripts/make-license.ps1 "${{ github.server_url }}" "${{ github.repository_owner }}" "${{ github.repository }}"
87
88
- name: Make Changelog
89
90
91
run: scripts/make-changelog.ps1 "${{ env.VERSION }}" "${{ github.sha }}"
92
93
- name: Commit Metadata
94
95
96
run: scripts/commit-metadata.ps1
97
0 commit comments