Skip to content

Commit 6592250

Browse files
authored
Update main.yml
1 parent c89b599 commit 6592250

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
php-version-base: "8.1"
2222
- pm-version-major: 5
2323
php-version-base: "8.2"
24-
special-release: default-latest #default = best for PM5, latest = display as latest on GitHub
24+
special-release: default-latest #default = best for PM5, latest = display as latest on GitHub
2525
- pm-version-major: 5
2626
php-version-base: "8.3"
2727
- pm-version-major: 5
@@ -67,20 +67,5 @@ jobs:
6767
name: PHP (Build ${{ github.run_number }}) - Archive
6868
tag: php-build-${{ github.run_number }}
6969
commit: ${{ github.sha }}
70-
allowUpdates: true
71-
bodyFile: ${{ github.workspace }}/changelog.md
72-
removeArtifacts: true
73-
prerelease: ${{ endsWith(github.ref_name, '-preview') }}
74-
75-
- name: Publish unique release
76-
uses: ncipollo/release-action@v1.14.0
77-
with:
78-
artifacts: |
79-
${{ github.workspace }}/Linux-PM*/*.tar.gz
80-
${{ github.workspace }}/MacOS-*-PM*/*.tar.gz
81-
${{ github.workspace }}/Windows-PM*/*.zip
82-
makeLatest: false
83-
name: PHP ${{ steps.version.outputs.PHP_VERSION }} (Build ${{ github.run_number }})
84-
tag: php-${{ steps.version.outputs.PHP_VERSION }}-build-${{ github.run_number }}
85-
commit: ${{ github.sha }}
70+
allowUpdates: false
8671
bodyFile: ${{ github.workspace }}/changelog.md

0 commit comments

Comments
 (0)