Skip to content

Update UploadReleaseGithub.yml #33

Update UploadReleaseGithub.yml

Update UploadReleaseGithub.yml #33

name: Upload release github
on:
push:
tags:
- release.**
jobs:
build:
environment: build
env:
GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
GIT_AUTH_TOKEN: ${{ secrets.GIT_AUTH_TOKEN }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
# Only release from main branch
- name: Upload if on production branch
if: endsWith(github.event.base_ref, 'test') == true
run: ./gradlew publish