Skip to content

Commit 81ae3ac

Browse files
authored
ci: fix closed quote (#34)
1 parent 2e32c0d commit 81ae3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
if: steps.code-change.outputs.should-run == 'true'
3838
run: |
3939
docker push "ghcr.io/${GITHUB_REPOSITORY}:${GITHUB_SHA:0:7}"
40-
docker push "ghcr.io/${GITHUB_REPOSITORY}:nightly
40+
docker push "ghcr.io/${GITHUB_REPOSITORY}:nightly"

0 commit comments

Comments
 (0)