Skip to content

Commit

Permalink
Remove Automation that cleaned up old tags
Browse files Browse the repository at this point in the history
  • Loading branch information
binjeh authored Jan 31, 2024
1 parent 0fc0dac commit 61cc47e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,3 @@ jobs:
draft: false
tag_name: ${{ steps.version.outputs.new_tag }}
prerelease: ${{ env.prerelease_enabled }}

- name: Delete Old Releases and Tags
if: ${{ github.ref_name == 'master' && inputs.STAGE == 'dev' && inputs.APP_NAME == 'dcdr' }}
uses: Nats-ji/delete-old-releases@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
keep-count: 5
keep-old-minor-releases: false
include-prerelease: true
remove-tags: true
semver-loose: true

0 comments on commit 61cc47e

Please sign in to comment.