Skip to content

Commit 829fb83

Browse files
committed
fix: remove unnecessary blank line in CI/CD workflow
1 parent 368b176 commit 829fb83

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci-cd.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
DOCKER_USERNAME: ${{ vars.DOCKER_USERNAME }}
4343
DOCKER_PLATFORMS: '["linux/amd64","linux/arm64"]'
4444
secrets: inherit
45-
4645
release:
4746
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')
4847
needs: [test, docker-build-and-image-scan]

0 commit comments

Comments
 (0)