Skip to content

Commit b95d26d

Browse files
committed
CI: Fix release target.
1 parent b98fcac commit b95d26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/makefile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
retention-days: 2
138138

139139
release:
140-
if: startsWith(github.ref, 'refs/tags/')
140+
if: github.ref_type == 'tag'
141141
runs-on: ubuntu-latest
142142
needs: [macos-build, ubuntu-build, windows-build]
143143
steps:

0 commit comments

Comments
 (0)