mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 04:32:32 +00:00
chore(ci): automatically tag on deployment [skip ci]
This commit is contained in:
7
.github/workflows/release_android.yml
vendored
7
.github/workflows/release_android.yml
vendored
@@ -129,6 +129,13 @@ jobs:
|
||||
bundle install
|
||||
bundle exec fastlane deploy track:${{ inputs.flavor }} aab:${{ github.workspace }}/app-release.aab version_name:${{ github.sha }}
|
||||
|
||||
- name: Tag Deployment
|
||||
uses: richardsimko/update-tag@v1
|
||||
with:
|
||||
tag_name: '${{ inputs.flavor }}-android'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
|
||||
- name: Send Discord Message
|
||||
uses: sarisia/actions-status-discord@v1
|
||||
if: always()
|
||||
|
||||
7
.github/workflows/release_ios.yml
vendored
7
.github/workflows/release_ios.yml
vendored
@@ -162,6 +162,13 @@ jobs:
|
||||
bundle install
|
||||
bundle exec fastlane deploy groups:${{ inputs.flavor }} ipa:${{ github.workspace }}/Runner.ipa
|
||||
|
||||
- name: Tag Deployment
|
||||
uses: richardsimko/update-tag@v1
|
||||
with:
|
||||
tag_name: '${{ inputs.flavor }}-ios'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
|
||||
- name: Send Discord Message
|
||||
uses: sarisia/actions-status-discord@v1
|
||||
if: always()
|
||||
|
||||
7
.github/workflows/release_macos.yml
vendored
7
.github/workflows/release_macos.yml
vendored
@@ -162,6 +162,13 @@ jobs:
|
||||
run: |
|
||||
bundle install
|
||||
bundle exec fastlane deploy groups:${{ inputs.flavor }} pkg:${{ github.workspace }}/LunaSea.pkg
|
||||
|
||||
- name: Tag Deployment
|
||||
uses: richardsimko/update-tag@v1
|
||||
with:
|
||||
tag_name: '${{ inputs.flavor }}-macos'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
|
||||
- name: Send Discord Message
|
||||
uses: sarisia/actions-status-discord@v1
|
||||
|
||||
Reference in New Issue
Block a user