Skip to content

Commit

Permalink
ci(general): wip: deactivating filtering for tag release
Browse files Browse the repository at this point in the history
  • Loading branch information
andreszorro committed Mar 5, 2024
1 parent a21e8d9 commit 7e4c347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: ./lib/scfz --version
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
# if: startsWith(github.ref, 'refs/tags/')
with:
draft: ${{contains(github.ref, '-beta')}}
files: |
Expand Down

0 comments on commit 7e4c347

Please sign in to comment.