Skip to content

Commit

Permalink
feat(pipeline): use tag as version number for bintray release
Browse files Browse the repository at this point in the history
SUITEDEV-25606

Co-authored-by: davidSchuppa <[email protected]>
Co-authored-by: LasOri <[email protected]>
  • Loading branch information
3 people committed Dec 3, 2020
1 parent ef33cb0 commit 611363b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/on_tag_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 611363b

Please sign in to comment.