Skip to content

Commit a0ea364

Browse files
committed
Update release action
1 parent b89660d commit a0ea364

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/presto-release-publish.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Presto Stable - Release Publish
1+
name: Presto Stable - Publish Release
22

33
on:
44
workflow_dispatch:
@@ -217,7 +217,6 @@ jobs:
217217
218218
publish-native-image:
219219
if: ${{ github.event.inputs.publish_native_docker == 'true' }}
220-
needs: [publish-maven-artifacts]
221220
runs-on: ubuntu-latest
222221
permissions:
223222
contents: read

0 commit comments

Comments
 (0)