Skip to content

Commit 9269f11

Browse files
committed
fix: fix typo in nightly schedule check
1 parent 67019c4 commit 9269f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo "needs_build=true" >> $GITHUB_OUTPUT;
3737
else
3838
curr_sha=$(git rev-parse HEAD)
39-
prev_sha=$(git rev-parse ${{ env.PREV_TAG }}}})
39+
prev_sha=$(git rev-parse ${{ env.PREV_TAG }})
4040
4141
if [[ "$curr_sha" == "$prev_sha" ]]; then
4242
echo "No changes since last nightly release. Exiting..."

0 commit comments

Comments
 (0)