Skip to content

Commit e153ec3

Browse files
committed
test with 3.67.3 as latest is not consistent
1 parent 6b3cb8b commit e153ec3

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
@@ -139,12 +139,12 @@ jobs:
139139
mkdir unpacked
140140
cd unpacked
141141
unzip -q ../asset.zip
142-
head CHANGELOG.md
142+
head CHANGELOG.md
143143
- name: GPG sign all Maven files
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.68.0.pom' -type f -exec rm -f {} +
147+
find . ! -name 'oci-java-sdk-3.67.3.pom' -type f -exec rm -f {} +
148148
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

0 commit comments

Comments
 (0)