Skip to content

Commit

Permalink
Create minepkg-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OverlordsIII committed Oct 22, 2022
1 parent 8bd84d2 commit 5d1c8b5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/minepkg-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: minepkg publish

on:
release:
types: [created]

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Publish package on minepkg.io
uses: minepkg/action-publish@main
with:
api-key: ${{secrets.MINEPKG_API_KEY}}

0 comments on commit 5d1c8b5

Please sign in to comment.