diff --git a/.github/workflows/publish-store.yml b/.github/workflows/publish-store.yml index 96d6420a77..08d6a96f20 100644 --- a/.github/workflows/publish-store.yml +++ b/.github/workflows/publish-store.yml @@ -44,8 +44,7 @@ on: description: "Track to promote to." type: choice options: - - production - - Fastlane Automation Target + - Unused required: true dry-run: description: "Dry-Run, Run the workflow without publishing to the store" @@ -166,17 +165,3 @@ jobs: releaseNotes:"$RELEASE_NOTES" \ track:"$TRACK_FROM" \ 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