Fix YAML maybe

This commit is contained in:
Matthew Kilgore
2025-08-23 17:24:10 -04:00
parent 1b7a7a1999
commit 304fc7f11f

View File

@@ -54,7 +54,7 @@ jobs:
COSIGN_PWD: ${{ secrets.COSIGN_PWD }}
- name: Run GoReleaser Snapshot
if: !startsWith(github.ref, 'refs/tags/')
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
uses: goreleaser/goreleaser-action@v5
with:
workdir: "backend"