Skip to content

Commit

Permalink
[Github Actions@publish] Fix: Build fail due to unknown
Browse files Browse the repository at this point in the history
skip ci
  • Loading branch information
guhungry committed Mar 27, 2024
1 parent b56ea62 commit cf294d3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup java
uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '19'

- name: Prepare GPG Key for Sign Package
run: |
Expand Down

0 comments on commit cf294d3

Please sign in to comment.