Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgolovin authored Aug 27, 2024
1 parent 83a09a3 commit 7c929d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
if: ${{ github.event.inputs.branch == 'main' }}
run: |
git config --local user.name ${{ github.actor }}
git pull origin
CURRENT_VERSION=$(echo "${{ steps.TAG_UTIL.outputs.extVersion }}")
tmp=${CURRENT_VERSION%.*}
minor=${tmp#*.}
Expand Down

0 comments on commit 7c929d0

Please sign in to comment.