Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Yuwei Ba <dev@watfaq.com>
  • Loading branch information
ibigbug authored Sep 28, 2024
1 parent aaeb93e commit 7a18451
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ jobs:
- name: Delete old latest nightly release
if: startsWith(github.ref, 'refs/heads/master')
- uses: actions/github-script@v4
uses: actions/github-script@v4
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand Down Expand Up @@ -365,6 +365,7 @@ jobs:
files: |
packages/*
LICENSE*
docker-image:
needs: [ compile ]
name: Docker Image
Expand Down

0 comments on commit 7a18451

Please sign in to comment.