Skip to content

Commit

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

0 comments on commit dd6af55

Please sign in to comment.