Skip to content

Commit

Permalink
Fix GitHub Actions permissions (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
galvesribeiro authored Jul 19, 2022
1 parent 7fd3115 commit 4d313ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
tags:
- 'v*'

permissions:
contents: write

jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "3.125.5",
"version": "3.125.10",
"nugetPackageVersion": {
"semVer": 2
},
Expand Down

0 comments on commit 4d313ee

Please sign in to comment.