We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19d1f85 commit e457679Copy full SHA for e457679
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
name: ScoopPlaybook_${{ env.GIT_TAG }}.zip
22
path: ./publish/ScoopPlaybook_${{ env.GIT_TAG }}.zip
23
- - run: ./push.ps1 -Key $env:KEY -DryRun $true
+ - run: ./push.ps1 -Key $env:KEY -DryRun $false
24
shell: pwsh
25
env:
26
KEY: ${{ secrets.SYNCED_PSGALLERY_NUGET_KEY }}
publish.ps1
@@ -1,5 +1,4 @@
1
#!/usr/bin/env pwsh
2
-[OutputType([void])]
3
param (
4
[Parameter(Mandatory = $true)]
5
[string]$Version
push.ps1
[string]$Key,
0 commit comments