Skip to content

Commit

Permalink
CI: prerelease: fixup cleanup (again)
Browse files Browse the repository at this point in the history
Currently failing due to liudonghua123/delete-release-action#1
  • Loading branch information
ulysses4ever authored and Mikolaj committed Dec 23, 2024
1 parent 56594bd commit 466e4cc
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 466e4cc

Please sign in to comment.