From 86811b0384376f79e5ba40f0a6b310f88cbc9cc0 Mon Sep 17 00:00:00 2001 From: Franklin Date: Tue, 1 Aug 2023 09:44:57 -0500 Subject: [PATCH] remove Download all workflow run artifacts --- .github/workflows/PUBLISH.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/PUBLISH.yml b/.github/workflows/PUBLISH.yml index d62478f..e7818cf 100644 --- a/.github/workflows/PUBLISH.yml +++ b/.github/workflows/PUBLISH.yml @@ -26,11 +26,6 @@ jobs: echo "Release tag_name is not the same that in file VERSION" exit 1 fi - - name: Download all workflow run artifacts - uses: actions/download-artifact@v3 - with: - name: gems - path: gems - name: Set up Ruby uses: ruby/setup-ruby@v1 with: