Skip to content

Commit e457679

Browse files
committed
chore: release
1 parent 19d1f85 commit e457679

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
name: ScoopPlaybook_${{ env.GIT_TAG }}.zip
2222
path: ./publish/ScoopPlaybook_${{ env.GIT_TAG }}.zip
23-
- run: ./push.ps1 -Key $env:KEY -DryRun $true
23+
- run: ./push.ps1 -Key $env:KEY -DryRun $false
2424
shell: pwsh
2525
env:
2626
KEY: ${{ secrets.SYNCED_PSGALLERY_NUGET_KEY }}

publish.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env pwsh
2-
[OutputType([void])]
32
param (
43
[Parameter(Mandatory = $true)]
54
[string]$Version

push.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env pwsh
2-
[OutputType([void])]
32
param (
43
[Parameter(Mandatory = $true)]
54
[string]$Key,

0 commit comments

Comments
 (0)