Skip to content

Commit

Permalink
Update publish.yml to fix job not found
Browse files Browse the repository at this point in the history
  • Loading branch information
eric2788 authored Jul 17, 2023
1 parent 248f80e commit 81c6bcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout Source Code
id: checkout-source
uses: actions/checkout@v2
- uses: eric2788/maven-jar-publish@v2
- uses: eric2788/maven-jar-publish@v3
with:
java-version: 18
body: 版本更新請到[這裏](https://eric2788.gitbook.io/eldependenci-sql/references/update/v0.0.6)查看。
Expand All @@ -42,4 +42,4 @@ jobs:
- name: Publish package
run: mvn --batch-mode clean deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 81c6bcc

Please sign in to comment.