Skip to content

Commit

Permalink
Fix nightly check in CI release build
Browse files Browse the repository at this point in the history
  • Loading branch information
tolbrino committed May 17, 2023
1 parent fc64e18 commit a37c0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Compute release name and tag
id: release_info
run: |
if [[ $IS_NIGHTLY ]]; then
if $IS_NIGHTLY; then
echo "::set-output name=tag_name::nightly-${GITHUB_SHA}"
echo "::set-output name=release_name::Nightly ($(date '+%Y-%m-%d'))"
else
Expand Down

0 comments on commit a37c0e7

Please sign in to comment.