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 34f39c8 commit 5ddd7caCopy full SHA for 5ddd7ca
.github/workflows/release.yml
@@ -15,10 +15,6 @@ jobs:
15
name: Build
16
runs-on: ubuntu-latest
17
steps:
18
- - name: Download artifact
19
- uses: actions/download-artifact@v5
20
- with:
21
- name: root-new-version
22
- name: Build
23
uses: ./.github/actions/build
24
with:
@@ -49,4 +45,4 @@ jobs:
49
45
pgp-pub-key: ${{ secrets.PGP_PUBKEY_ID }}
50
46
pgp-private-key: ${{ secrets.PGP_PRIVATE_KEY }}
51
47
pgp-passphrase: ${{ secrets.PGP_PASSPHRASE }}
52
- maven-version: ${{ env.MAVEN_VERSION }}
48
+ maven-version: ${{ env.MAVEN_VERSION }}
0 commit comments