Skip to content

Commit

Permalink
Update xx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik authored Jan 6, 2024
1 parent 6d64bd4 commit 05418ed
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/xx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ jobs:
name: "Build generic Armbian X86 SDK"
runs-on: ubuntu-latest
steps:
- uses: sgpublic/[email protected]
with:
# repo: '<owner>/<repoName>' # you can input a another repo here, defaults to current repo
release-drop: true
release-keep-count: 2
release-drop-tag: true
pre-release-drop: true
pre-release-keep-count: -1
pre-release-drop-tag: true
draft-drop: true
draft-drop-count: -1
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
- uses: sgpublic/[email protected]
with:
# repo: '<owner>/<repoName>' # you can input a another repo here, defaults to current repo
release-drop: true
release-keep-count: 2
release-drop-tag: true
pre-release-drop: true
pre-release-keep-count: -1
pre-release-drop-tag: true
draft-drop: true
draft-drop-count: -1
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}

0 comments on commit 05418ed

Please sign in to comment.