Skip to content

Commit

Permalink
sync bump workflow from the nightly branch so that it actually triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Feb 22, 2023
1 parent 24ceac2 commit 0388a6e
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/bump-fcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]
# 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 [email protected]
git add paket.lock
git commit -m "updated FCS to the latest nightly"
git push

0 comments on commit 0388a6e

Please sign in to comment.