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