Skip to content

Commit

Permalink
ci: remove unused release-authors artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Oct 17, 2024
1 parent 5ffe666 commit 071f66e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,3 @@ jobs:
with:
release-type: ${{ github.event.inputs.release-type }}
release-version: ${{ github.event.inputs.release-version }}
artifacts-path: gh-action__release-authors
# Upload the release author artifact for use in subsequent workflows
- uses: actions/upload-artifact@v4
with:
name: release-authors
path: gh-action__release-authors
if-no-files-found: error

0 comments on commit 071f66e

Please sign in to comment.