Skip to content

Commit

Permalink
chore(*): update build
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansant committed Feb 6, 2024
1 parent 905eb80 commit ed84445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Package
uses: jonathansant/.github/.github/workflows/dotnet-ci.yml@main
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
publishable: ${{ contains(fromJSON('["develop", "master", "workflow", "feature/workflow"]'), github.ref_name) || endsWith(github.ref_name, '.x') }}
secrets:
nuget-auth-token: ${{ secrets.NUGET_KEY }}

0 comments on commit ed84445

Please sign in to comment.