Skip to content

Commit

Permalink
Sync .github\workflows\dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SyncFileContents authored and SyncFileContents committed Feb 3, 2025
1 parent 9a3df9e commit 392c0b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,22 @@ jobs:
$global:LASTEXITCODE = 0
- name: Make Version
if: ${{ env.SHOULD_RELEASE == 'True' }}
shell: pwsh
run: scripts/make-version.ps1 "${{ github.sha }}"

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

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

- name: Commit Metadata
if: ${{ env.SHOULD_RELEASE == 'True' }}
shell: pwsh
run: scripts/commit-metadata.ps1

Expand Down

0 comments on commit 392c0b8

Please sign in to comment.