| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -52,15 +52,12 @@ jobs: | |||
| 52 | 52 | -Porg.gradle.parallel=false \ | |
| 53 | 53 | -Porg.gradle.daemon=false \ | |
| 54 | 54 | --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*.*.*' | ||
| 59 | 56 | ||
| 60 | 57 | - name: Create Github Release | |
| 61 | 58 | uses: marvinpinto/action-automatic-releases@v1.2.1 | |
| 62 | 59 | with: | |
| 63 | 60 | repo_token: ${{ secrets.GITHUB_TOKEN }} | |
| 64 | 61 | prerelease: false | |
| 65 | - if: ${{ success() }} && steps.extract_branch.outputs.branch == 'tags/v*.*.*' | ||
| 62 | + if: success() && steps.extract_branch.outputs.branch == 'tags/v*.*.*' | ||
| 66 | 63 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments