Skip to content

Commit

Permalink
Merge pull request haskell#10662 from haskell/ulysses4ever-prerelease…
Browse files Browse the repository at this point in the history
…-cleanup-fixup

CI: prerelease: fixup cleanup (again)
  • Loading branch information
mergify[bot] authored Dec 23, 2024
2 parents 56594bd + 466e4cc commit 5ad146c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -465,9 +465,10 @@ jobs:

steps:
- uses: liudonghua123/delete-release-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
release_name: 'cabal-head'
token: ${{ github.token }}

- uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -495,9 +496,10 @@ jobs:

steps:
- uses: liudonghua123/delete-release-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
release_name: 'cabal-lts-head'
token: ${{ github.token }}

- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 5ad146c

Please sign in to comment.