Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Rubets committed Jul 27, 2023
1 parent 105d206 commit 1ca170e
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 @@ -86,11 +86,11 @@ jobs:

- name: Nightly release
env:
GITHUB_TOKEN: ${GITHUB_TOKEN_RUNNER}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAG: nightly
TARGET: ${{ matrix.target }}
EXE_EXT: ${{ matrix.exe_ext }}
run: ./ci/github-check-nightly-release.sh
run: env GITHUB_TOKEN=${GITHUB_TOKEN_RUNNER} ./ci/github-check-nightly-release.sh
if: ${{ !startsWith(github.ref, 'refs/tags/') }}


Expand Down

0 comments on commit 1ca170e

Please sign in to comment.