From 0388a6ea641167cd4e8bd2358bd14b9df6114026 Mon Sep 17 00:00:00 2001 From: Chet Husk Date: Wed, 22 Feb 2023 11:43:28 -0600 Subject: [PATCH] sync bump workflow from the nightly branch so that it actually triggers --- .github/workflows/bump-fcs.yml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/.github/workflows/bump-fcs.yml b/.github/workflows/bump-fcs.yml index 46f9c16dc..2e4afb7fd 100644 --- a/.github/workflows/bump-fcs.yml +++ b/.github/workflows/bump-fcs.yml @@ -18,15 +18,13 @@ jobs: uses: actions/setup-dotnet@v2 - name: restore tools run: dotnet tool restore - # these two are commented out until proj-info is updated with a better version range - - # the current one is too strict and prevents us from updating FCS without also updating proj-info - # - name: bump FCS - # run: dotnet paket update FSharp.Compiler.Service - # - name: commit changes - # run: | - # git config user.name github-actions - # git config user.email github-actions@github.com - # git add paket.lock - # git commit -m "updated FCS to the latest nightly" - # git push + - name: bump FCS + run: dotnet paket update FSharp.Compiler.Service + - name: commit changes + run: | + git config user.name github-actions + git config user.email github-actions@github.com + git add paket.lock + git commit -m "updated FCS to the latest nightly" + git push