Skip to content

Commit

Permalink
update build number
Browse files Browse the repository at this point in the history
  • Loading branch information
crisdelta committed Jan 17, 2024
1 parent fff2731 commit 13d09ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
run: |
if [ ${{ github.ref }} != 'refs/heads/num-main' ]; then
echo "IS NOT num-main branch"
echo "BUILD_VERSION=0.28.x-num-$GITHUB_RUN_NUMBER-PR" >> $GITHUB_ENV
echo "BUILD_VERSION=0.32.x-num-$GITHUB_RUN_NUMBER-PR" >> $GITHUB_ENV
else
echo "IS main branch"
echo "BUILD_VERSION=0.28.x-num-$GITHUB_RUN_NUMBER" >> $GITHUB_ENV
echo "BUILD_VERSION=0.32.x-num-$GITHUB_RUN_NUMBER" >> $GITHUB_ENV
fi
shell: bash

Expand Down

0 comments on commit 13d09ac

Please sign in to comment.