1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-25 04:33:36 +00:00

bump version via hub release command

This commit is contained in:
Kyle Spearrin
2020-07-06 11:56:00 -04:00
parent 56d994a69d
commit 9b3ddb8da3
5 changed files with 6 additions and 4 deletions

View File

@@ -134,6 +134,7 @@ jobs:
-a ./com.x8bit.bitwarden.aab `
-a ./com.x8bit.bitwarden.apk `
-a ./com.x8bit.bitwarden-fdroid.apk `
-m $env:RELEASE_TAG_NAME `
$env:RELEASE_TAG_NAME
shell: pwsh
env:
@@ -288,6 +289,7 @@ jobs:
run: |
hub release edit `
-a ./bitwarden-export/Bitwarden.ipa `
-m $env:RELEASE_TAG_NAME `
$env:RELEASE_TAG_NAME
shell: pwsh
env: