Skip to content

Commit b780f6e

Browse files
authored
Update releasepublished.yml
1 parent 1bbcddf commit b780f6e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/releasepublished.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,10 @@ jobs:
139139
cd unpacked
140140
unzip -q ../asset.zip
141141
head CHANGELOG.md
142-
find .
143142
- name: GPG sign all Maven files
144143
run: |
145144
cd unpacked/maven
146145
find . -type f -not -name \*.asc | xargs -n 1 -I % gpg --output %.asc --detach-sig %
147-
find .
148146
- name: Checksum all Maven files
149147
run: |
150148
cd unpacked/maven
@@ -154,7 +152,6 @@ jobs:
154152
- name: Staging artifacts in SonaType
155153
run: |
156154
# Code mostly by mezzargh
157-
set -x
158155
set -e
159156
WD=`pwd`
160157
START_XML=$(cat << EOF

0 commit comments

Comments
 (0)