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 ce704fa commit 17abd9d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,8 @@ 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: semvers
uses: "WyriHaximus/github-action-next-semvers@v1"
with:
version: ${{ steps.releaseVersion.outputs.Release_tag }}
- name: Bumping Patch Index
id: bump_version_patch
uses: christian-draeger/increment-semantic-version@1.0.2
with:
Expand Down

0 comments on commit 17abd9d

Please sign in to comment.