Skip to content

Commit

Permalink
Merge branch 'main' into elchanan/compatibility_ide_version
Browse files Browse the repository at this point in the history
  • Loading branch information
elchananarb authored Sep 17, 2024
2 parents 875d795 + 1a95dcb commit 24944aa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/delete-dev-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ jobs:
delete:
runs-on: ubuntu-latest
steps:

- name: Delete releases and tags
continue-on-error: true
uses: dev-drprasad/[email protected]
uses: dev-drprasad/delete-older-releases@653dc03d96473ac9e585c68c8bf5aaccb0dadb61 #v0.2.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
keep_latest: 0
delete_tag_pattern: "-${{inputs.tag}}"
delete_tag_pattern: "${{ inputs.tag }}"
delete_tags: true

0 comments on commit 24944aa

Please sign in to comment.