Skip to content

Commit 212a2a5

Browse files
authored
Update NovaRelease command in Publish.yml
Removed the '-ContinuousIntegration' flag from the NovaRelease command.
1 parent c2bdb6d commit 212a2a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
id: semantic_release
7070
if: github.ref_name == 'main'
7171
run: |
72-
Invoke-NovaRelease -Repository PSGallery -ApiKey $env:PSGALLERY_API -SkipTests -ContinuousIntegration
72+
Invoke-NovaRelease -Repository PSGallery -ApiKey $env:PSGALLERY_API -SkipTests
7373
$version = Get-NovaProjectInfo -Version
7474
$result = Move-UnreleasedChangelog -Version $version
7575

0 commit comments

Comments
 (0)