forked from ionide/FsAutoComplete
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sync bump workflow from the nightly branch so that it actually triggers
- Loading branch information
Showing
1 changed file
with
9 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||