Skip to content

Commit

Permalink
Revert "ci(general): wip: deactivating filtering for tag release"
Browse files Browse the repository at this point in the history
This reverts commit 7e4c347.
  • Loading branch information
andreszorro committed Mar 5, 2024
1 parent 7e4c347 commit 9979788
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 9979788

Please sign in to comment.