Skip to content

Commit 5236ea5

Browse files
chore(ci): update ci (#46)
1 parent fe095aa commit 5236ea5

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/dotnet-publish.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,24 @@ on:
44
push:
55
branches:
66
- master
7-
- '*.x'
7+
- "*.x"
88
# - feature/*
99
paths-ignore:
10-
- '**.md'
10+
- "**.md"
1111

1212
pull_request:
1313
branches:
1414
- master
15-
- '*.x'
15+
- "*.x"
1616
paths-ignore:
17-
- '**.md'
17+
- "**.md"
1818

1919
jobs:
2020
package:
2121
name: Package
22-
uses: sketch7/.github/.github/workflows/dotnet-package.yml@master
22+
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/reusable-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 }}
28-
29-

0 commit comments

Comments
 (0)