Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
sambacha authored Jun 3, 2024
1 parent c9fb417 commit a83a4b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -126,11 +126,11 @@ jobs:
cleanup:
name: Release cleanup
runs-on: ubuntu-latest
needs: release
needs: prepare

steps:
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4

# Moves the `nightly` tag to `HEAD`
- name: Move nightly tag
Expand All @@ -145,4 +145,4 @@ jobs:
with:
script: |
const prunePrereleases = require('./.github/scripts/prune-prereleases.js')
await prunePrereleases({github, context})
await prunePrereleases({github, context})

0 comments on commit a83a4b7

Please sign in to comment.