We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a6d45 commit 3f6f567Copy full SHA for 3f6f567
.github/workflows/continuous-integration.yml
@@ -45,6 +45,7 @@ jobs:
45
name: ${{ steps.dotnet-pack.outputs.nupkg-filename }}
46
path: ${{ steps.dotnet-pack.outputs.nupkg-filename }}
47
- name: Retrieve tag message
48
+ if: matrix.os == 'macos-latest'
49
run: |
50
git fetch --tags --force
51
RELEASE_NOTES=$(git tag --list ${{ steps.dotnet-pack.outputs.version }} --format='%(contents)')
0 commit comments