Skip to content

Commit

Permalink
Fixed release pipeline syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
spacecowboy committed Apr 28, 2024
1 parent dea0a70 commit 26b71e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: release
uses: softprops/action-gh-release@v1
# Ignore if play store fails because Google sucks
if: always()
if: ${{ !cancelled() }}
with:
draft: false
#tag_name: 2.4.20
Expand Down

0 comments on commit 26b71e8

Please sign in to comment.