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 6b3cb8b commit e153ec3Copy full SHA for e153ec3
.github/workflows/releasepublished.yml
@@ -139,12 +139,12 @@ jobs:
139
mkdir unpacked
140
cd unpacked
141
unzip -q ../asset.zip
142
- head CHANGELOG.md
+ head CHANGELOG.md
143
- name: GPG sign all Maven files
144
run: |
145
cd unpacked/maven
146
# 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 {} +
+ find . ! -name 'oci-java-sdk-3.67.3.pom' -type f -exec rm -f {} +
148
find . -type d -empty -delete
149
find . -type f -not -name \*.asc | xargs -n 1 -I % gpg --output %.asc --detach-sig %
150
- name: Checksum all Maven files
0 commit comments