Skip to content

Commit

Permalink
CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FauconSpartiate committed Jan 20, 2024
1 parent 78338eb commit b551fb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ jobs:
echo "BUILD_NUMBER=$((${{ github.run_number }} + 500))" >> $GITHUB_ENV
echo "RELEASE_CHANNEL=${{ github.event.inputs.channel }}" >> $GITHUB_ENV
echo $fullVersion | cut -d " " -f 2 | cut -d "+" -f 1)
echo $BUILD_NAME
echo ${{ env.BUILD_NAME }}
echo -e "$fullVersion BUILD_NAME: ${{ env.BUILD_NAME }}\n BUILD_NUMBER: ${{ env.BUILD_NUMBER }}\n RELEASE_CHANNEL: ${{ env.RELEASE_CHANNEL }}"
echo -e "$fullVersion\n BUILD_NAME: ${{ env.BUILD_NAME }}\n BUILD_NUMBER: ${{ env.BUILD_NUMBER }}\n RELEASE_CHANNEL: ${{ env.RELEASE_CHANNEL }}"
- name: Check if version is used
run: |
Expand Down

0 comments on commit b551fb5

Please sign in to comment.