FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix if checks · willowtreeapps/Hyperion-Android@d04386d · GitHub

This repository was archived by the owner on Jul 7, 2026. It is now read-only.

Commit d04386d

Browse files
committed
fix if checks
1 parent d06e113 commit d04386d

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

‎.github/workflows/mc-release.yml‎

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,12 @@ jobs:
5252
-Porg.gradle.parallel=false \
5353
-Porg.gradle.daemon=false \
5454
--no-daemon
55-
if: ${{ success() }} && steps.extract_branch.outputs.branch == 'tags/v*.*.*'
56-
57-
58-
55+
if: success() && steps.extract_branch.outputs.branch == 'tags/v*.*.*'
5956

6057
- name: Create Github Release
6158
uses: marvinpinto/action-automatic-releases@v1.2.1
6259
with:
6360
repo_token: ${{ secrets.GITHUB_TOKEN }}
6461
prerelease: false
65-
if: ${{ success() }} && steps.extract_branch.outputs.branch == 'tags/v*.*.*'
62+
if: success() && steps.extract_branch.outputs.branch == 'tags/v*.*.*'
6663

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL