Skip to content

Commit 6346570

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

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)