Skip to content

Commit

Permalink
test49
Browse files Browse the repository at this point in the history
  • Loading branch information
iZakirSheikh committed Aug 22, 2023
1 parent b9834a2 commit 1e03ade
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
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=$(echo ${{ steps.version_name.outputs.VERSION_NAME }})" >> $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 1e03ade

Please sign in to comment.