Skip to content

Commit

Permalink
Use MajorMinorPatch when tagging for auto-release (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeEvansLarah authored Aug 26, 2020
1 parent 2dca8cd commit 9251dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Create SemVer tag
uses: hole19/git-tag-action@master
env:
TAG: ${{ steps.run_gitversion.outputs.semver }}
TAG: ${{ steps.run_gitversion.outputs.MajorMinorPatch }}
GITHUB_TOKEN: '${{ steps.generate_token.outputs.token }}'

- name: Remove 'release_pending' label from PRs
Expand Down

0 comments on commit 9251dcb

Please sign in to comment.