Skip to content

Commit 189e777

Browse files
publishable
1 parent ed5d7fc commit 189e777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
uses: sketch7/.github/.github/workflows/dotnet-package.yml@dotnet-libs-v1
2323
with:
2424
dotnet-version: 8.0.x
25-
# publishable: ${{ contains(fromJSON('["develop", "master", "workflow", "feature/workflow"]'), github.ref_name) || endsWith(github.ref_name, '.x') }}
25+
publishable: ${{ contains(fromJSON('["develop", "master", "workflow", "feature/workflow"]'), github.ref_name) || endsWith(github.ref_name, '.x') }}
2626
secrets:
2727
nuget-auth-token: ${{ secrets.NUGET_KEY }}

0 commit comments

Comments
 (0)