Skip to content

Commit

Permalink
Improved tag message
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand committed Nov 6, 2020
1 parent 1ef704e commit bf26813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-major-minor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
minor_version: ${{ steps.get_versions.outputs.minor_version }}
run: |
git tag --annotate '${{ env.major_version }}' \
--message='original tag: ${{ env.original_tag_name }}'
--message='Major version tag of: ${{ env.original_tag_name }}'
git tag --annotate '${{ env.minor_version }}' \
--message='original tag: ${{ env.original_tag_name }}'
--message='Minor version tag of: ${{ env.original_tag_name }}'
- name: Push major + minor tags
if: steps.get_versions.outputs.original_tag_name != ''
env:
Expand Down

0 comments on commit bf26813

Please sign in to comment.