Skip to content

Commit 22012c4

Browse files
committed
Skip VeloApp check in action for single file publishes
1 parent 0cb5a7f commit 22012c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# Assuming your version tags are standard like v1.5.2
2828
run: |
2929
$ver = "${{ github.ref_name }}".TrimStart('v')
30-
vpk pack -u WindowsSmartTaskbar -v $ver -p .\bin\Release\net8.0-windows\win-x64\publish -e WindowsSmartTaskbar.exe
30+
vpk pack -u WindowsSmartTaskbar -v $ver -p .\bin\Release\net8.0-windows\win-x64\publish -e WindowsSmartTaskbar.exe --skipVeloAppCheck
3131
3232
- name: Publish GitHub Release
3333
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)