mirror of
https://github.com/bitwarden/cli
synced 2026-01-07 18:53:13 +00:00
fix prod deploy for snap and npm
This commit is contained in:
@@ -127,7 +127,6 @@ after_build:
|
||||
else {
|
||||
echo "Deploy Windows..."
|
||||
.\scripts\choco-update.ps1 -version $env:PACKAGE_VERSION
|
||||
npm run publish:npm
|
||||
}
|
||||
}
|
||||
- sh: |
|
||||
@@ -135,6 +134,7 @@ after_build:
|
||||
then
|
||||
snapcraft logout
|
||||
fi
|
||||
- cmd: if ["%PROD_DEPLOY%"] equ ["true"] npm run publish:npm
|
||||
|
||||
on_finish:
|
||||
- ps: |
|
||||
|
||||
Reference in New Issue
Block a user