Skip to content

Commit 4dc57e7

Browse files
committed
remove release filter
1 parent 51f4d51 commit 4dc57e7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323

2424
- name: Create Release
2525
uses: softprops/action-gh-release@v1
26-
if: startsWith(github.ref, 'refs/tags/')
2726
with:
2827
name: Release ${{ steps.package_version.outputs.VERSION }}
2928
tag_name: ${{ steps.package_version.outputs.VERSION }}

0 commit comments

Comments
 (0)