Skip to content

Commit

Permalink
update nightly release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjincer committed Jul 27, 2023
1 parent 43f205b commit d738dc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ jobs:
- name: Nightly release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAG: nightly
# TAG: nightly
TARGET: ${{ matrix.target }}
EXE_EXT: ${{ matrix.exe_ext }}
# run: env GITHUB_TOKEN=${GITHUB_TOKEN_RUNNER} ./ci/github-check-nightly-release.sh
run: ./ci/github-check-nightly-release.sh
run: env TAG="nightly-$(date '+%Y-%m-%d')" ./ci/github-check-nightly-release.sh
if: ${{ !startsWith(github.ref, 'refs/tags/') }}


Expand Down

0 comments on commit d738dc1

Please sign in to comment.