Skip to content

Commit

Permalink
ci: update annotation names
Browse files Browse the repository at this point in the history
  • Loading branch information
danstis committed Jul 15, 2023
1 parent 0af1a8b commit 6f0dc49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
uses: gittools/actions/gitversion/[email protected]
- name: Create annotation for build error
run: |
echo "::notice::Version ${{ steps.gitversion.outputs.FullSemVer }}"
echo "::notice::Version ${{ steps.gitversion.outputs.PreReleaseTagWithDash }}"
echo "::notice::FullSemVer ${{ steps.gitversion.outputs.FullSemVer }}"
echo "::notice::PreReleaseTagWithDash ${{ steps.gitversion.outputs.PreReleaseTagWithDash }}"
- name: Bump version and push tag # https://github.com/marketplace/actions/github-tag
id: tag_version
uses: mathieudutour/[email protected]
Expand Down

0 comments on commit 6f0dc49

Please sign in to comment.