Skip to content

Commit

Permalink
Merge pull request #39 from linyimin0812/fix/20230801_release_ci_error_1
Browse files Browse the repository at this point in the history
fix release ci error
  • Loading branch information
linyimin0812 committed Jul 31, 2023
2 parents 6da16cc + 6cd95f8 commit 466199d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,18 @@ jobs:
id: get_version
uses: battila7/get-version-action@v2

- name: Import GPG secret key
uses: crazy-max/ghaction-import-gpg@v5
with:
gpg_private_key: ${{ secrets.GPG_SECRET_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
- name: Cache Maven packages
uses: actions/cache@v3
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2

- name: Build spring-startup-analyzer
run: make all

Expand Down

0 comments on commit 466199d

Please sign in to comment.