Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Yuvi Panda <yuvipanda@gmail.com>
  • Loading branch information
consideRatio and yuvipanda authored Feb 16, 2024
1 parent 5fcb6bd commit 8842159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Set up Docker Buildx (for multi-arch builds)
uses: docker/setup-buildx-action@v3

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

0 comments on commit 8842159

Please sign in to comment.