Skip to content

Commit d4bd36a

Browse files
committed
fix: ensure newline at end of file in publish-alpha.yml
1 parent 64b7087 commit d4bd36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-alpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ jobs:
8282

8383
- name: Push Docker image
8484
run: |
85-
docker push ghcr.io/${{ github.repository }}/podverse-api:${{ steps.version.outputs.NEXT_VERSION }}
85+
docker push ghcr.io/${{ github.repository }}/podverse-api:${{ steps.version.outputs.NEXT_VERSION }}

0 commit comments

Comments
 (0)