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.
2 parents 87f1233 + d671d29 commit db37456Copy full SHA for db37456
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup .NET
19
uses: actions/setup-dotnet@v4
20
with:
21
- dotnet-version: '8.0.x'
+ dotnet-version: "8.0.x"
22
23
- name: Publish project
24
run: dotnet publish Properties/PublishProfiles/FolderProfile.pubxml --configuration Release --output ./bin/publish
@@ -38,7 +38,7 @@ jobs:
38
TAG_DESCRIPTION=$(git tag -l --format='%(contents)' ${{ github.ref_name }})
39
echo "tag_description=${TAG_DESCRIPTION}" >> $GITHUB_OUTPUT
40
shell: bash
41
-
+
42
- name: Get latest commit message
43
id: commit_message
44
run: |
@@ -74,4 +74,4 @@ jobs:
74
75
Changes in this release:
76
${{ steps.commit_message.outputs.commit_message }}
77
- shell: bash
+ shell: bash
0 commit comments