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 bdba19a commit b526be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
script: |
const { owner, repo } = context.repo
await github.repos.deleteRelease({ owner, repo, release_id: continuous })
await github.repos.deleteRelease({ owner, repo, release_id: 'continuous' })
- name: Create Release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit b526be6

Please sign in to comment.