Skip to content

Commit

Permalink
Remove input condition on release
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonm23 committed May 24, 2024
1 parent 44066d3 commit aa3311e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
python build.py
- name: Release
uses: softprops/action-gh-release@v2
if: ${{ inputs.release }}
with:
files: GWSL_service.zip
draft: false
Expand Down

0 comments on commit aa3311e

Please sign in to comment.