mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-19 19:59:13 +03:00
Fix release workflows
This commit is contained in:
parent
854a9fdde9
commit
7edcd1b80c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -28,9 +28,9 @@ jobs:
|
|||
|
||||
# set environment
|
||||
- name: Set APP_VERSION env
|
||||
run: echo ::set-env name=APP_VERSION::$(echo ${GITHUB_REF} | rev | cut -d'/' -f 1 | rev )
|
||||
run: echo "APP_VERSION=$(echo ${GITHUB_REF} | rev | cut -d'/' -f 1 | rev )" >> $GITHUB_ENV
|
||||
- name: Set BUILD_TIME env
|
||||
run: echo ::set-env name=BUILD_TIME::$(date)
|
||||
run: echo "BUILD_TIME=$(date)" >> $GITHUB_ENV
|
||||
- name: Environment Printer
|
||||
uses: managedkaos/print-env@v1.0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue