fix: CI checkout auth + Wrmse test failure

- Publish.yml: Change workflow permissions from {} to contents:read
  to fix GITHUB_TOKEN having no scopes for actions/checkout@v4
- Wrmse.cs: Use DateTime.UtcNow instead of DateTime.MinValue in
  Update(double,double,double) to match Beta/Covariance pattern
- Bump version to 0.8.5
This commit is contained in:
Miha Kralj
2026-03-11 20:54:16 -07:00
parent b9783f7c03
commit 8937b0c0fa
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -21,7 +21,8 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: {}
permissions:
contents: read
defaults:
run: