Skip to content

Commit 8842159

Browse files
Apply suggestions from code review
Co-authored-by: Yuvi Panda <[email protected]>
1 parent 5fcb6bd commit 8842159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Set up Docker Buildx (for multi-arch builds)
7878
uses: docker/setup-buildx-action@v3
7979

80-
- name: Make decisions to push etc.
80+
- name: Make decisions on pushing and suffix (based on vnc server chosen)
8181
id: decisions
8282
run: |
8383
if [ "${{ startsWith(github.ref, 'refs/tags/') || (github.ref == 'refs/heads/main') }}" = "true" ]; then

0 commit comments

Comments
 (0)