Use branch name as version string
This commit is contained in:
parent
0fad587ae9
commit
784eb5e6c5
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ jobs:
|
|||
DB_DATA_LOCATION: ${{ secrets.STAGE_DB_DATA_LOCATION }}
|
||||
SERVER_PATH: ${{ secrets.STAGE_SSH_SERVER_PATH }}
|
||||
BOT_TOKEN: ${{ secrets.STAGE_BOT_TOKEN }}
|
||||
BOT_VER: ${{ vars.STAGE_BOT_VER }}-${{ github.ref_name }}
|
||||
BOT_VER: ${{ github.ref_name }}
|
||||
BOT_AUTHOR: ${{ vars.STAGE_BOT_AUTHOR }}
|
||||
BOT_OWNERID: ${{ vars.STAGE_BOT_OWNERID }}
|
||||
BOT_CLIENTID: ${{ vars.STAGE_BOT_CLIENTID }}
|
||||
|
|
Loading…
Reference in a new issue