Skip to content

Commit

Permalink
not sure what was wrong with 42
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Feb 19, 2024
1 parent f6c22d6 commit ca10aaa
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/Package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
currversion=$currrelease
fi
echo $isrrelease
- name: Set Version Number
run: |
verparts=($(echo $currversion | tr "-" "\n"))
Expand All @@ -55,23 +56,6 @@ jobs:
version=$numver
echo version\: $version
# - name: Get Version Number Old
# run: |
# currversion=$(git rev-parse --abbrev-ref HEAD)
# echo $currversion
# if [[ "$currversion" =~ v[0-9]\. ]]; then
# verparts=($(echo $currversion | tr "-" "\n"))
# len=${#verparts[@]}
# if [ $len -gt 1 ]; then
# txtversion=${verparts[0]}-${verparts[1]}
# else
# txtversion=${verparts[0]}
# fi
# numver=$(echo $currversion | sed -E 's/v([^-]*)/\1/')
# echo numver\: $numver
# version=$numver
# echo version\: $version
# fi
- name: Update Version Number in python files
run: |
cwd
Expand Down

0 comments on commit ca10aaa

Please sign in to comment.