Skip to content

Commit 3bad6ab

Browse files
SyncFileContentsSyncFileContents
authored andcommitted
Sync .github\workflows\dotnet.yml
1 parent 42831a1 commit 3bad6ab

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,22 @@ jobs:
7676
$global:LASTEXITCODE = 0
7777
7878
- name: Make Version
79+
if: ${{ env.SHOULD_RELEASE == 'True' }}
7980
shell: pwsh
8081
run: scripts/make-version.ps1 "${{ github.sha }}"
8182

8283
- name: Make License
84+
if: ${{ env.SHOULD_RELEASE == 'True' }}
8385
shell: pwsh
8486
run: scripts/make-license.ps1 "${{ github.server_url }}" "${{ github.repository_owner }}" "${{ github.repository }}"
8587

8688
- name: Make Changelog
89+
if: ${{ env.SHOULD_RELEASE == 'True' }}
8790
shell: pwsh
8891
run: scripts/make-changelog.ps1 "${{ env.VERSION }}" "${{ github.sha }}"
8992

9093
- name: Commit Metadata
94+
if: ${{ env.SHOULD_RELEASE == 'True' }}
9195
shell: pwsh
9296
run: scripts/commit-metadata.ps1
9397

0 commit comments

Comments
 (0)