Skip to content

Commit

Permalink
Merge branch 'main' into bug/fix-version-detector
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHinsh authored Jul 25, 2024
2 parents 6e23abb + e18af5c commit bcace6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
shell: pwsh
if: ${{ steps.Build.outcome == 'success' }}
run: |
.\build\packageExtension.ps1 -version ${{ env.GitVersion_MajorMinorPatch }}.${{ env.GitVersion_PreReleaseNumber }} -outfolder "./staging"
.\build\packageExtension.ps1 -version ${{ env.GitVersion_AssemblySemVer }} -outfolder "./staging"
- name: "List Package Files"
shell: pwsh
if: ${{ steps.Build.outcome == 'success' }}
Expand Down

0 comments on commit bcace6b

Please sign in to comment.