We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd3115 commit c41242dCopy full SHA for c41242d
.github/workflows/publish.yml
@@ -4,6 +4,10 @@ on:
4
push:
5
tags:
6
- 'v*'
7
+
8
+permissions:
9
+ contents: write
10
11
jobs:
12
build:
13
runs-on: ubuntu-latest
version.json
@@ -1,6 +1,6 @@
1
{
2
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3
- "version": "3.125.5",
+ "version": "3.125.10",
"nugetPackageVersion": {
"semVer": 2
},
0 commit comments