Skip to content

Commit

Permalink
Let "create-release" always run, block the step
Browse files Browse the repository at this point in the history
  • Loading branch information
sedwards2009 committed Jan 28, 2024
1 parent ec4d459 commit 500c5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:

create-release:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Create GH release
if: startsWith(github.ref, 'refs/tags/')
run: |
gh release create "${{github.ref_name}}" \
--draft \
Expand Down

0 comments on commit 500c5d1

Please sign in to comment.