Skip to content

Commit

Permalink
leave sha
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstam committed May 2, 2024
1 parent b8283e0 commit 08301c0
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 @@ -32,7 +32,7 @@ jobs:
id: release_info
run: |
if [[ $IS_NIGHTLY ]]; then
echo "tag_name=nightly" >> $GITHUB_OUTPUT
echo "tag_name=nightly-${GITHUB_SHA}" >> $GITHUB_OUTPUT
echo "release_name=Nightly ($(date '+%Y-%m-%d'))" >> $GITHUB_OUTPUT
else
echo "tag_name=${GITHUB_REF_NAME}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 08301c0

Please sign in to comment.