Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hyazinthh committed Mar 14, 2022
1 parent 0b25b71 commit b6f7733
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
run: dotnet tool restore
- name: Restore
run: dotnet paket restore
- name: Build
shell: cmd
run: dotnet build -c Release src\Aardvark.VR.sln
- name: Pack
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### 5.2.0
- Updated to Aardvark 5.2
- updated to Aardvark 5.2

### 5.1.0
- updated to FSharp.Data.Adaptive 1.2 and aardvark 5.1 track
Expand Down

0 comments on commit b6f7733

Please sign in to comment.