Skip to content

Commit 04ba577

Browse files
committed
test full publish worklflow
1 parent 91e5096 commit 04ba577

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/releasepublished.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ jobs:
144144
run: |
145145
cd unpacked/maven
146146
# remove all files expect one artifact, and remove all empty folders temporary to avoid wasting time waiting for process to go over all artifacts
147-
find . ! -name 'oci-java-sdk-3.67.3.pom' -type f -exec rm -f {} +
148-
find . -type d -empty -delete
147+
# find . ! -name 'oci-java-sdk-3.67.3.pom' -type f -exec rm -f {} +
148+
# find . -type d -empty -delete
149149
find . -type f -not -name \*.asc | xargs -n 1 -I % gpg --output %.asc --detach-sig %
150150
- name: Checksum all Maven files
151151
run: |

0 commit comments

Comments
 (0)