File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -467,6 +467,7 @@ jobs:
467
467
- uses : liudonghua123/delete-release-action@v1
468
468
with :
469
469
release_name : ' cabal-head'
470
+ token : ${{ github.token }}
470
471
471
472
- uses : actions/download-artifact@v4
472
473
with :
@@ -485,7 +486,7 @@ jobs:
485
486
name : Create a GitHub LTS prerelease with the binary artifacts
486
487
runs-on : ubuntu-latest
487
488
# The LTS branch is hardcoded for now, update it on a new LTS!
488
- # if: github.ref == 'refs/heads/3.12'
489
+ if : github.ref == 'refs/heads/3.12'
489
490
permissions :
490
491
contents : write
491
492
@@ -496,6 +497,7 @@ jobs:
496
497
- uses : liudonghua123/delete-release-action@v1
497
498
with :
498
499
release_name : ' cabal-lts-head'
500
+ token : ${{ github.token }}
499
501
500
502
- uses : actions/download-artifact@v4
501
503
with :
@@ -510,10 +512,7 @@ jobs:
510
512
mv "$f" "cabal-lts-${f##cabal-}"
511
513
done
512
514
513
- - run : echo ${{ github.ref }}
514
-
515
515
- name : Create GitHub prerelease
516
- if : github.ref == 'refs/heads/3.12'
517
516
uses : softprops/action-gh-release@v2
518
517
with :
519
518
tag_name : cabal-lts-head
You can’t perform that action at this time.
0 commit comments