Skip to content

Commit 956776c

Browse files
committed
fix release workflow skipping even though build is not skipped
1 parent f10f30f commit 956776c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
publish:
109109
name: Publish
110110
needs: build
111-
if: github.event_name == 'release'
111+
if: always() && github.event_name == 'release'
112112
runs-on: ubuntu-latest
113113
permissions:
114114
contents: read

0 commit comments

Comments
 (0)