From 611363b085a50ff6d51e0a1ad46445f53a1ea28b Mon Sep 17 00:00:00 2001 From: megamegax Date: Thu, 3 Dec 2020 15:29:59 +0100 Subject: [PATCH] feat(pipeline): use tag as version number for bintray release SUITEDEV-25606 Co-authored-by: davidSchuppa <32750715+davidSchuppa@users.noreply.github.com> Co-authored-by: LasOri <24588073+LasOri@users.noreply.github.com> --- .github/workflows/on_tag_workflow.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/on_tag_workflow.yml b/.github/workflows/on_tag_workflow.yml index 8d47243ab..d3cbc2c3f 100644 --- a/.github/workflows/on_tag_workflow.yml +++ b/.github/workflows/on_tag_workflow.yml @@ -40,6 +40,8 @@ jobs: name: google-services.json json: ${{ secrets.GOOGLE_SERVICES_JSON }} dir: sample + - name: setup RELEASE_VERSION + run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV - name: Create release keystore file shell: bash run: |