File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 1717 steps :
1818 - name : Checkout
1919 uses : actions/checkout@v4
20- with :
21- # Make sure the release step uses its own credentials:
22- # https://github.com/cycjimmy/semantic-release-action#private-packages
23- persist-credentials : false
24- fetch-depth : 0
2520
2621 - name : Cache Gradle
27- uses : burrunan/gradle-cache-action@v1
22+ uses : burrunan/gradle-cache-action@v3
2823
2924 - name : Build
3025 env :
@@ -56,12 +51,12 @@ jobs:
5651 uses : docker/setup-buildx-action@v3
5752
5853 - name : Release
54+ uses : cycjimmy/semantic-release-action@v4
5955 env :
6056 DOCKER_REGISTRY_USER : ${{ github.actor }}
6157 DOCKER_REGISTRY_PASSWORD : ${{ secrets.GITHUB_TOKEN }}
6258 GITHUB_ACTOR : ${{ github.actor }}
6359 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
64- run : npm exec semantic-release
6560
6661 - name : Set Portainer stack webhook URL based on branch
6762 run : |
You can’t perform that action at this time.
0 commit comments