Skip to content

Commit

Permalink
keep artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPerathoner committed Mar 25, 2023
1 parent aea184d commit dd8e381
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,9 +373,6 @@ jobs:
target_branch: ${{ steps.comment-branch.outputs.base_ref }}
github_token: ${{ github.token }}
message: "Release version v${{ steps.info.outputs.new_version }}"
- uses: geekyeggo/delete-artifact@v2 # delete artifacts
with:
name: "*"
- name: Add success reactions # Adding reactions to comment depending on result
if: ${{ contains(join(needs.*.result, ','), 'success') }}
uses: peter-evans/create-or-update-comment@v2
Expand Down

0 comments on commit dd8e381

Please sign in to comment.