Skip to content

Commit db37456

Browse files
committed
2 parents 87f1233 + d671d29 commit db37456

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET
1919
uses: actions/setup-dotnet@v4
2020
with:
21-
dotnet-version: '8.0.x'
21+
dotnet-version: "8.0.x"
2222

2323
- name: Publish project
2424
run: dotnet publish Properties/PublishProfiles/FolderProfile.pubxml --configuration Release --output ./bin/publish
@@ -38,7 +38,7 @@ jobs:
3838
TAG_DESCRIPTION=$(git tag -l --format='%(contents)' ${{ github.ref_name }})
3939
echo "tag_description=${TAG_DESCRIPTION}" >> $GITHUB_OUTPUT
4040
shell: bash
41-
41+
4242
- name: Get latest commit message
4343
id: commit_message
4444
run: |
@@ -74,4 +74,4 @@ jobs:
7474
7575
Changes in this release:
7676
${{ steps.commit_message.outputs.commit_message }}
77-
shell: bash
77+
shell: bash

0 commit comments

Comments
 (0)