Skip to content

Commit 3ca6399

Browse files
committed
Update Sign GitHubAction
1 parent 384e01f commit 3ca6399

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check_and_deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
java-version: 17.0.6
125125

126126
- name: Create release tag
127-
uses: actions/github-script@v5
127+
uses: actions/github-script@v7
128128
with:
129129
github-token: ${{ secrets.GITHUB_TOKEN }}
130130
script: |
@@ -153,6 +153,8 @@ jobs:
153153
alias: ${{ secrets.SIGNING_KEY_ALIAS }}
154154
keyStorePassword: ${{ secrets.SIGNING_KEY_PASSWORD }}
155155
keyPassword: ${{ secrets.SIGNING_KEY_PASSWORD }}
156+
env:
157+
BUILD_TOOLS_VERSION: "34.0.0"
156158
# 4
157159
- name: Upload
158160
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)