Skip to content

Commit

Permalink
remove startsWith condition
Browse files Browse the repository at this point in the history
  • Loading branch information
sectore committed Nov 21, 2024
1 parent 625e577 commit 54998aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:

- name: Create draft release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/v')
with:
draft: true
tag_name: v${{ steps.cabal-info.outputs.version }}
Expand Down

0 comments on commit 54998aa

Please sign in to comment.