Skip to content

Commit

Permalink
ci: nicer names
Browse files Browse the repository at this point in the history
  • Loading branch information
fiws committed Mar 27, 2021
1 parent 2a9f053 commit afbd1dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/minepkg-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: install minepkg cli
- name: Install minepkg cli
run: curl -s https://preview.minepkg.io/install.sh | bash
- name: publish package
- name: Publish package on minepkg.io
run: minepkg publish
env:
MINEPKG_API_TOKEN: ${{secrets.MINEPKG_API_TOKEN}}

0 comments on commit afbd1dc

Please sign in to comment.