Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lemccomb committed Sep 7, 2023
1 parent b8d9924 commit 6f4fc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:

- name: Get merge message
run: |
git log -1 --pretty=format:\"%s\"
echo "Merge message is ${{ github.event.head_commit.message }}"
shell: cmd
# Create a semantically versioned tag using lastTag-COMMIT_COUNT-COMMIT_HASH, e.g., 1.2.3-32-hashvalue unless a new tag has been created manually.
# - name: Create SemVer tag
Expand Down

0 comments on commit 6f4fc2b

Please sign in to comment.