Skip to content

Commit

Permalink
fix 13
Browse files Browse the repository at this point in the history
  • Loading branch information
Esteban Lascourreges committed Nov 14, 2023
1 parent b0895da commit 2007e2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-RC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: Get Previous Version
id: get_previous_version
run: |
git fetch --all
echo "dep_VERSION=$(git show origin/main:ThroneAPI.py | grep -oP "API_VERSION = \"\K[0-9.]+" ThroneAPI.py || echo "0.0.0")"
echo "PRod_VERSION=$(git show origin/latest:ThroneAPI.py | grep -oP "API_VERSION = \"\K[0-9.]+" ThroneAPI.py || echo "0.0.0")"
echo "PREVIOUS_VERSION=$(git show origin/RC:ThroneAPI.py | grep -oP "API_VERSION = \"\K[0-9.]+" ThroneAPI.py || echo "0.0.0")"
Expand Down

0 comments on commit 2007e2d

Please sign in to comment.