mirror of
https://github.com/bitwarden/android.git
synced 2025-12-11 04:39:19 -06:00
modified publish workflow for testing
This commit is contained in:
parent
8bdbccd8de
commit
9736d8532e
17
.github/workflows/publish-store.yml
vendored
17
.github/workflows/publish-store.yml
vendored
@ -44,8 +44,7 @@ on:
|
|||||||
description: "Track to promote to."
|
description: "Track to promote to."
|
||||||
type: choice
|
type: choice
|
||||||
options:
|
options:
|
||||||
- production
|
- Unused
|
||||||
- Fastlane Automation Target
|
|
||||||
required: true
|
required: true
|
||||||
dry-run:
|
dry-run:
|
||||||
description: "Dry-Run, Run the workflow without publishing to the store"
|
description: "Dry-Run, Run the workflow without publishing to the store"
|
||||||
@ -166,17 +165,3 @@ jobs:
|
|||||||
releaseNotes:"$RELEASE_NOTES" \
|
releaseNotes:"$RELEASE_NOTES" \
|
||||||
track:"$TRACK_FROM" \
|
track:"$TRACK_FROM" \
|
||||||
trackPromoteTo:"$TRACK_TARGET"
|
trackPromoteTo:"$TRACK_TARGET"
|
||||||
|
|
||||||
- name: Enable Publish Github Release Workflow
|
|
||||||
env:
|
|
||||||
PRODUCT: ${{ inputs.product }}
|
|
||||||
run: |
|
|
||||||
if ${{ inputs.dry-run }} ; then
|
|
||||||
gh workflow view publish-github-release-bwpm.yml
|
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
if [ "$PRODUCT" = "Password Manager" ]; then
|
|
||||||
gh workflow enable publish-github-release-bwpm.yml
|
|
||||||
elif [ "$PRODUCT" = "Authenticator" ]; then
|
|
||||||
gh workflow enable publish-github-release-bwa.yml
|
|
||||||
fi
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user