Skip to content

Commit dd76d9e

Browse files
committed
Fixed wrong switch
1 parent 56e5dfa commit dd76d9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
description: 'Is this a pre-release?'
1212
type: boolean
1313
required: false
14-
default: false
14+
default: false
1515

1616
jobs:
1717
release:
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Create release package
7272
run: |
73-
dotnet pack -c RELEASE -p:PackageVersion=${{ github.event.inputs.versionIncrement }} -o ${GITHUB_WORKSPACE}/packages -p:ContinuousIntegrationBuild=true --nologo
73+
dotnet pack -c RELEASE -p:PackageVersion=${{ github.event.inputs.versionIncrement }} -o ${GITHUB_WORKSPACE}/packages /p:ContinuousIntegrationBuild=true --nologo
7474
7575
- name: Upload to nuget
7676
run: |

0 commit comments

Comments
 (0)