Skip to content

Commit 3331f8c

Browse files
committed
Merge branch 'php/8.1' of github.com:pmmp/php-build-scripts into php/8.1
2 parents a8ae366 + 6346570 commit 3331f8c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
echo ":information_source: **Linux/MacOS users**: Please see [this page](https://doc.pmmp.io/en/rtfd/faq/installation/opcache.so.html) to fix extension loading errors. Also, check out the [PocketMine-MP Linux/MacOS installer](https://doc.pmmp.io/en/rtfd/installation/get-dot-pmmp-dot-io.html)." >> changelog.md
214214
215215
- name: Update latest branch release
216-
uses: ncipollo/release-action@v1.12.0
216+
uses: ncipollo/release-action@v1.13.0
217217
with:
218218
artifacts: |
219219
${{ github.workspace }}/Linux-PM*/*.tar.gz
@@ -229,7 +229,7 @@ jobs:
229229
prerelease: ${{ endsWith(github.ref_name, '-preview') }}
230230

231231
- name: Publish unique release
232-
uses: ncipollo/release-action@v1.12.0
232+
uses: ncipollo/release-action@v1.13.0
233233
with:
234234
artifacts: |
235235
${{ github.workspace }}/Linux-PM*/*.tar.gz

0 commit comments

Comments
 (0)