Skip to content

Commit

Permalink
building tf module
Browse files Browse the repository at this point in the history
  • Loading branch information
frankinspace committed Oct 20, 2023
1 parent 904fb56 commit 20fb6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
github.ref != 'refs/heads/main' &&
!startsWith(github.ref, 'refs/heads/release')
run: |
new_ver="${{ steps.get-version.outputs.current_version }}-$(git rev-parse --short ${GITHUB_SHA})"
new_ver="${{ steps.get-version.outputs.current_version }}+$(git rev-parse --short ${GITHUB_SHA})"
poetry version $new_ver
echo "software_version=$(poetry version | awk '{print $2}')" >> $GITHUB_ENV
echo "TARGET_ENV_UPPERCASE=SIT" >> $GITHUB_ENV
Expand Down

0 comments on commit 20fb6a6

Please sign in to comment.