1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-16 02:27:00 +02:00

removing a line in a pwsh multiline script

This commit is contained in:
Joseph Flinn 2020-12-15 00:59:16 +00:00
parent 41f263d378
commit 030eab7290

View File

@ -213,7 +213,6 @@ jobs:
if: github.event_name == 'release'
run: |
hub release edit `
#-a ./dist/chocolatey/bitwarden.${{ env.PACKAGE_VERSION }}.nupkg `
-a ./dist/Bitwarden-${{ env.PACKAGE_VERSION }}-ia32-store.appx `
-a ./dist/Bitwarden-${{ env.PACKAGE_VERSION }}-x64-store.appx `
-m "$($env:RELEASE_TAG_NAME.TrimStart('v'))" `