Skip to content

Commit

Permalink
Merge pull request #3 from ELDEpendenci/test-action
Browse files Browse the repository at this point in the history
  • Loading branch information
eric2788 authored May 11, 2022
2 parents 9e01ca4 + 3b5d3bb commit abe4923
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 @@ -11,6 +11,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout Source Code
id: checkout-source
Expand All @@ -20,8 +22,6 @@ jobs:
java-version: 18
body: 更新詳細請查看 [版本更新](https://eric2788.gitbook.io/eldependenci-rpc/references/version-update/v0.0.2)
upload-module: './eldependenci-rpc-plugin'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: 'Update javadocs'
id: update-javadoc
uses: eric2788/push-javadoc-branch@main
Expand Down

0 comments on commit abe4923

Please sign in to comment.