Skip to content

Commit

Permalink
Merge pull request #33 from OpsMx/testing
Browse files Browse the repository at this point in the history
Update Release_Build_Push.yml
  • Loading branch information
yugaa22 authored Mar 22, 2024
2 parents 53d3b01 + 9949dc6 commit 70146e9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/Release_Build_Push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
branch_name=$INPUT_BRANCH_NAME
git fetch --tags -q
latest_tag=$(git tag -l | grep '${branch_name}_rc*' | sort -V | tail -n1)
rc_number=$(echo "$latest_tag" | sed 's/.*_rc\([0-9]*\)$/\1/')
next_rc=$((rc_number + 1))
Expand All @@ -51,12 +51,12 @@ jobs:
env:
INPUT_BRANCH_NAME: ${{ steps.get_branch_name.outputs.branch }}

- name: Extract Version from YAML
id: extract_version
run: |
version=$(curl -s https://storage.googleapis.com/halconfig/bom/1.30.1.yml | yq '.services.rosco.version')
echo "::set-output name=version::$version"
echo "version=$version" >> $GITHUB_OUTPUT
#- name: Extract Version from YAML
# id: extract_version
#run: |
# version=$(curl -s https://storage.googleapis.com/halconfig/bom/1.30.1.yml | yq '.services.rosco.version')
# echo "::set-output name=version::$version"
#echo "version=$version" >> $GITHUB_OUTPUT

- name: Create Release
id: create_release
Expand Down

0 comments on commit 70146e9

Please sign in to comment.