Skip to content

Commit

Permalink
Update nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sergi0g committed Oct 27, 2024
1 parent 0182396 commit 3772ec2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
else
TAG="${GITHUB_REF_NAME}-nightly"
fi
echo "tag=$TAG" >> $GITHUB_ENV
echo "Using tag $TAG"
echo "tag=$TAG" >> $GITHUB_OUTPUT
build-binaries:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 3772ec2

Please sign in to comment.