Skip to content

Commit 5ddd7ca

Browse files
authored
Update release.yml
1 parent 34f39c8 commit 5ddd7ca

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ jobs:
1515
name: Build
1616
runs-on: ubuntu-latest
1717
steps:
18-
- name: Download artifact
19-
uses: actions/download-artifact@v5
20-
with:
21-
name: root-new-version
2218
- name: Build
2319
uses: ./.github/actions/build
2420
with:
@@ -49,4 +45,4 @@ jobs:
4945
pgp-pub-key: ${{ secrets.PGP_PUBKEY_ID }}
5046
pgp-private-key: ${{ secrets.PGP_PRIVATE_KEY }}
5147
pgp-passphrase: ${{ secrets.PGP_PASSPHRASE }}
52-
maven-version: ${{ env.MAVEN_VERSION }}
48+
maven-version: ${{ env.MAVEN_VERSION }}

0 commit comments

Comments
 (0)