We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4cfaa4 commit 45449d1Copy full SHA for 45449d1
.github/workflows/validate.yml
@@ -451,7 +451,10 @@ jobs:
451
needs: [validate, validate-old-ghcs, build-alpine, dogfooding]
452
453
steps:
454
- # for now this is hardcoded. is there a better way?
+ - uses: liudonghua123/delete-release-action@v1
455
+ with:
456
+ release_name: 'cabal-head'
457
+
458
- uses: actions/download-artifact@v4
459
with:
460
pattern: cabal-*
@@ -476,7 +479,9 @@ jobs:
476
479
477
480
478
481
- - run: echo "|${{ github.ref }}|${{ github.base_ref }}|"
482
483
484
+ release_name: 'cabal-lts-head'
485
486
487
0 commit comments