Revert changes in publish flow made to only test publishing android artifacts

This commit is contained in:
Jorge Martín
2025-02-14 14:50:52 +01:00
parent ffee44efff
commit 0899f6586f

View File

@@ -11,7 +11,7 @@ env:
jobs:
build_element_call:
# if: ${{ github.event_name == 'release' }}
if: ${{ github.event_name == 'release' }}
uses: ./.github/workflows/build-element-call.yaml
with:
vite_app_version: ${{ github.event.release.tag_name || github.sha }}
@@ -22,7 +22,7 @@ jobs:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
publish_tarball:
needs: build_element_call
if: false
if: always()
name: Publish tarball
runs-on: ubuntu-latest
outputs:
@@ -54,7 +54,7 @@ jobs:
path: "./element-call-*.tar.gz"
publish_docker:
needs: publish_tarball
if: false
if: always()
permissions:
contents: write
packages: write