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 ec11bb7 commit b7b6be7Copy full SHA for b7b6be7
.github/workflows/os-extension-automated-release.yml
@@ -192,13 +192,6 @@ jobs:
192
echo "No artifact containing '${{ inputs.version }}' found in the last draft release."
193
fi
194
195
-
196
197
- - name: Archive published_drafts.txt
198
- uses: actions/upload-artifact@v3
199
- with:
200
- name: published_drafts
201
- path: published_drafts.txt
202
203
create-and-close-nexus-stagging:
204
# 1. This job pauses the workflow for 60 seconds, allowing time for Sonatype Nexus stagging repos to be ready.
@@ -246,4 +239,3 @@ jobs:
246
239
with:
247
240
name: closed_nexus_repos
248
241
path: closed_nexus_repos.txt
249
0 commit comments