We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 384e01f commit 3ca6399Copy full SHA for 3ca6399
.github/workflows/check_and_deploy.yml
@@ -124,7 +124,7 @@ jobs:
124
java-version: 17.0.6
125
126
- name: Create release tag
127
- uses: actions/github-script@v5
+ uses: actions/github-script@v7
128
with:
129
github-token: ${{ secrets.GITHUB_TOKEN }}
130
script: |
@@ -153,6 +153,8 @@ jobs:
153
alias: ${{ secrets.SIGNING_KEY_ALIAS }}
154
keyStorePassword: ${{ secrets.SIGNING_KEY_PASSWORD }}
155
keyPassword: ${{ secrets.SIGNING_KEY_PASSWORD }}
156
+ env:
157
+ BUILD_TOOLS_VERSION: "34.0.0"
158
# 4
159
- name: Upload
160
uses: actions/upload-artifact@v4
0 commit comments