Skip to content

Commit 6cbb4a7

Browse files
authored
ci: fix release tag generation (#9)
1 parent 1e969df commit 6cbb4a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
- name: Build and push Docker image (latest)
3838
uses: docker/build-push-action@v6
39-
if: ${{ github.event.release.release }}
39+
if: ${{ !github.event.release.prerelease }}
4040
with:
4141
context: .
4242
push: true

0 commit comments

Comments
 (0)