forked from junegunn/fzf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,18 +54,10 @@ jobs: | |
fzf 日本語拡張パッチ | ||
https://github.com/takumayokoo/fzf-jp-extension | ||
- name: Delete previous releases | ||
uses: sgpublic/[email protected] | ||
- uses: jay2610/[email protected] | ||
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 }} |