Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 784e516eea |
@@ -43,6 +43,14 @@ jobs:
|
||||
run: |
|
||||
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
|
||||
|
||||
- name: Cache Maven packages
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/.m2/repository
|
||||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-maven-
|
||||
|
||||
- uses: actions/cache@v3
|
||||
name: Setup pnpm cache
|
||||
with:
|
||||
@@ -60,7 +68,6 @@ jobs:
|
||||
pnpm release
|
||||
|
||||
- name: Commit & Push Changes
|
||||
if: always()
|
||||
env:
|
||||
MY_PAT_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user