Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pieckenst authored Nov 30, 2023
1 parent 61f07e2 commit f586e91
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,14 @@ jobs:
Release_tag=$(echo "$release_json" | jq -r '.[0].tag_name')
echo "Release_tag: Latest Tag is : $Release_tag"
echo ::set-output name=Release_tag::"$Release_tag"
- name: 'Get next minor version'
id: bump_version_minor
if: contains(github.event.pull_request.title, 'minor')
uses: christian-draeger/increment-semantic-version@1.0.2
with:
current-version: ${{ steps.releaseVersion.outputs.Release_tag }}
version-fragment: 'feature'
- name: 'Get next patch version'
id: bump_version_patch
uses: christian-draeger/increment-semantic-version@1.0.2
with:
Expand Down

0 comments on commit f586e91

Please sign in to comment.