Skip to content

Commit b7b6be7

Browse files
authored
chore(os-extension-automated-release.yml): remove unused step to archive published_drafts.txt artifact (#161)
chore(os-extension-automated-release.yml): remove unused artifact 'published_drafts'
1 parent ec11bb7 commit b7b6be7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/os-extension-automated-release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -192,13 +192,6 @@ jobs:
192192
echo "No artifact containing '${{ inputs.version }}' found in the last draft release."
193193
fi
194194
fi
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
202195
203196
create-and-close-nexus-stagging:
204197
# 1. This job pauses the workflow for 60 seconds, allowing time for Sonatype Nexus stagging repos to be ready.
@@ -246,4 +239,3 @@ jobs:
246239
with:
247240
name: closed_nexus_repos
248241
path: closed_nexus_repos.txt
249-

0 commit comments

Comments
 (0)