Skip to content

Commit

Permalink
chore: update the files
Browse files Browse the repository at this point in the history
  • Loading branch information
x-tools-author committed Nov 22, 2023
1 parent b526be6 commit 3369446
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Delete Release
uses: actions/github-script@v4
uses: liudonghua123/delete-release-action@v1
with:
script: |
const { owner, repo } = context.repo
await github.repos.deleteRelease({ owner, repo, release_id: 'continuous' })
release_name: 'continuous'
- name: Create Release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 3369446

Please sign in to comment.