From b7b6be72f246abff6b8e28484240268f98b91d58 Mon Sep 17 00:00:00 2001 From: Alejandro Alvarez Date: Thu, 8 Feb 2024 15:23:50 +0100 Subject: [PATCH] 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' --- .github/workflows/os-extension-automated-release.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/os-extension-automated-release.yml b/.github/workflows/os-extension-automated-release.yml index d013c451..d28d927a 100644 --- a/.github/workflows/os-extension-automated-release.yml +++ b/.github/workflows/os-extension-automated-release.yml @@ -192,13 +192,6 @@ jobs: echo "No artifact containing '${{ inputs.version }}' found in the last draft release." fi fi - - - - name: Archive published_drafts.txt - uses: actions/upload-artifact@v3 - with: - name: published_drafts - path: published_drafts.txt create-and-close-nexus-stagging: # 1. This job pauses the workflow for 60 seconds, allowing time for Sonatype Nexus stagging repos to be ready. @@ -246,4 +239,3 @@ jobs: with: name: closed_nexus_repos path: closed_nexus_repos.txt -