Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hobsRKM authored Apr 20, 2024
1 parent 2e49d9b commit ca93212
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ jobs:
run: |
major=$(echo "${{ steps.extract_previous_version.outputs.previous_version }}" | cut -d'.' -f1)
minor=$(echo "${{ steps.extract_previous_version.outputs.previous_version }}" | cut -d'.' -f2)
patch=$(echo "${{ steps.extract_previous_version.outputs.previous_version }}" | cut -d'.' -f3)
new_minor=$((minor + 1))
new_version="${major}.${new_minor}.${patch}_beta"
new_version="${major}.${new_minor}.0_beta"
echo "::set-output name=new_version::${new_version}"
# Set new version
Expand Down

0 comments on commit ca93212

Please sign in to comment.