Skip to content

Commit 23ca865

Browse files
committed
Undo deploy test changes
1 parent 6a8ed07 commit 23ca865

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}"

0 commit comments

Comments
 (0)