Skip to content

Commit

Permalink
ci(nightly): update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eythaann committed Oct 13, 2024
1 parent 9e8c654 commit 3c80e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- uses: actions/checkout@v4
- run: git fetch --tags --prune
- name: Remove existing 'nightly' tag (if exists)
run: |
git tag -d nightly
Expand Down

0 comments on commit 3c80e3a

Please sign in to comment.