File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,15 +48,15 @@ jobs:
4848 fi
4949
5050 - name : Gradle Publish
51- if : " ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/version/') || github.ref == 'refs/heads/support/folia' }}"
51+ if : " ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/version/') }}"
5252 run : ./gradlew publish
5353
5454 - name : Gradle Release
55- if : " ${{ (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/version/') || github.ref == 'refs/heads/support/folia') }}"
55+ if : " ${{ (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/version/')) && env.STATUS == 'release' }}"
5656 uses : softprops/action-gh-release@v1
5757 with :
5858 draft : false
59- prerelease : true
59+ prerelease : false
6060 name : " Apollo v${{ env.VERSION }}"
6161 tag_name : " v${{ env.VERSION }}"
6262 target_commitish : " ${{ github.sha }}"
You can’t perform that action at this time.
0 commit comments