Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
tak758 committed Jun 16, 2024
1 parent 2ab3698 commit 91a482c
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,10 @@ jobs:
fzf 日本語拡張パッチ
https://github.com/takumayokoo/fzf-jp-extension
- name: Delete previous releases
uses: sgpublic/delete-release-action@v1.1
- uses: jay2610/delete-older-releases@1.0.0
with:
# repo: '<owner>/<repoName>' # you can input a another repo here, defaults to current repo
release-drop: true
# The number of releases except the latest release reserved, "-1" means delete all, default is 0.
release-keep-count: -1
release-drop-tag: false
pre-release-drop: true
pre-release-keep-count: -1
pre-release-drop-tag: false
draft-drop: true
draft-drop-count: -1
keep_latest: 1
delete_type: 'release'
target_branch: 'master'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 91a482c

Please sign in to comment.