Skip to content

Commit

Permalink
More fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gpproton committed Sep 13, 2022
1 parent 13c723a commit 2611ebc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
shell: bash
run: |
dotnet tool restore
dotnet-releaser publish --force --github-token "${{secrets.GITHUB_TOKEN}}" dotnet-releaser.toml
dotnet r publish
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "dotnet build --configuration Release",
"test": "dotnet test src/Proton.Frequency/ --configuration Release",
"package": "dotnet pack src/Proton.Frequency/ --configuration Release --no-build --output ./artifacts/",
"release": "dotnet-releaser build --force dotnet-releaser.toml",
"publish": "dotnet-releaser publish --force --github-token \"${{secrets.GITHUB_TOKEN}}\" dotnet-releaser.toml"
"release": "dotnet dotnet-releaser build --force dotnet-releaser.toml",
"publish": "dotnet dotnet-releaser publish --force --github-token \"${{secrets.GITHUB_TOKEN}}\" dotnet-releaser.toml"
}
}

0 comments on commit 2611ebc

Please sign in to comment.