Skip to content

Commit

Permalink
feat: building the new image
Browse files Browse the repository at this point in the history
  • Loading branch information
Ani1357 committed Nov 18, 2024
1 parent 9f78fbf commit 890359d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cloudtty-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
set -e
if ${{ github.ref_name }} != "main"; then
if "${{ github.ref_name }}" != "main"; then
NEW_VERSION=${{ github.ref_name }}
exit 0
fi
Expand Down

0 comments on commit 890359d

Please sign in to comment.