Skip to content

Commit 34e1492

Browse files
Bump ncipollo/release-action from 1.13.0 to 1.14.0 (pmmp#191)
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](ncipollo/release-action@v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> [no release]
1 parent bc8d04b commit 34e1492

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
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
7171
7272
- name: Update latest branch release
73-
uses: ncipollo/release-action@v1.13.0
73+
uses: ncipollo/release-action@v1.14.0
7474
with:
7575
artifacts: |
7676
${{ github.workspace }}/Linux-PM*/*.tar.gz
@@ -86,7 +86,7 @@ jobs:
8686
prerelease: ${{ endsWith(github.ref_name, '-preview') }}
8787

8888
- name: Publish unique release
89-
uses: ncipollo/release-action@v1.13.0
89+
uses: ncipollo/release-action@v1.14.0
9090
with:
9191
artifacts: |
9292
${{ github.workspace }}/Linux-PM*/*.tar.gz

0 commit comments

Comments
 (0)