Skip to content

Commit

Permalink
Merge pull request #168 from cake-contrib/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…evelop/gittools/actions-0.9.11

(maint): Bump gittools/actions from 0.9.10 to 0.9.11
  • Loading branch information
nils-a committed Dec 6, 2021
2 parents ff6f8db + e6908fa commit e2922f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-notes.yml
Expand Up @@ -21,13 +21,13 @@ jobs:
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
- name: Set up git version
if: ${{ !contains(github.ref, '/hotfix/') && !contains(github.ref, '/release/') }}
uses: gittools/actions/gitversion/setup@v0.9.10
uses: gittools/actions/gitversion/setup@v0.9.11
with:
versionSpec: "5.x"
- name: Run git version
if: ${{ !contains(github.ref, '/hotfix/') && !contains(github.ref, '/release/') }}
id: gitversion
uses: gittools/actions/gitversion/execute@v0.9.10
uses: gittools/actions/gitversion/execute@v0.9.11
- name: Create release branch ${{ github.event.inputs.version }}
if: ${{ steps.gitversion.outputs.majorMinorPatch }}
run: git switch -c release/${{ steps.gitversion.outputs.majorMinorPatch }}
Expand Down

0 comments on commit e2922f2

Please sign in to comment.