Skip to content

Commit acf241c

Browse files
Remove tag requirement from release workflow (#11)
Signed-off-by: Tushar Sadhwani <[email protected]>
1 parent 59a5755 commit acf241c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build_release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ jobs: # credits for workflow from https://github.com/messense/crfs-rs/blob/main/
209209
release:
210210
name: Release
211211
runs-on: ubuntu-latest
212-
if: "startsWith(github.ref, 'refs/tags/')"
213212
needs: [ macos, windows, linux, linux-cross, musllinux, musllinux-cross ]
214213
steps:
215214
- uses: actions/download-artifact@v3 # download all artifacts

0 commit comments

Comments
 (0)