Skip to content

Commit

Permalink
test36
Browse files Browse the repository at this point in the history
  • Loading branch information
iZakirSheikh committed Aug 22, 2023
1 parent bde39b0 commit 3f5958b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
echo "PLACEMENT_INTERSTITIAL=$(echo ${{ secrets.PLACEMENT_INTERSTITIAL }})" >> $GITHUB_ENV
echo "PLAY_CONSOLE_APP_RSA_KEY=$(echo ${{ secrets.PLAY_CONSOLE_APP_RSA_KEY }})" >> $GITHUB_ENV
echo "UNITY_APP_ID=$(echo ${{ secrets.UNITY_APP_ID }})" >> $GITHUB_ENV
echo "GIT_TAG=$(tr -d '"' <<< $(grep "versionName" "./app/build.gradle" | awk '{print $2}'))" >> $GITHUB_ENV
echo "GIT_TAG=\"`tr -d '"' <<< `grep "versionName" "./app/build.gradle" | awk '{print $2}'``\"" >> $GITHUB_ENV
- name: Print environment variable
run: echo "The value of GIT_TAG is $(echo $GIT_TAG | cut -c 1-6)"

0 comments on commit 3f5958b

Please sign in to comment.