mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 04:32:32 +00:00
chore(ci): match tag to build identifier [skip ci]
This commit is contained in:
2
.github/workflows/release_android.yml
vendored
2
.github/workflows/release_android.yml
vendored
@@ -132,7 +132,7 @@ jobs:
|
||||
- name: Tag Deployment
|
||||
uses: richardsimko/update-tag@v1
|
||||
with:
|
||||
tag_name: '${{ inputs.flavor }}-android'
|
||||
tag_name: 'android-${{ inputs.flavor }}'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
|
||||
|
||||
2
.github/workflows/release_ios.yml
vendored
2
.github/workflows/release_ios.yml
vendored
@@ -165,7 +165,7 @@ jobs:
|
||||
- name: Tag Deployment
|
||||
uses: richardsimko/update-tag@v1
|
||||
with:
|
||||
tag_name: '${{ inputs.flavor }}-ios'
|
||||
tag_name: 'ios-${{ inputs.flavor }}'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
|
||||
|
||||
2
.github/workflows/release_macos.yml
vendored
2
.github/workflows/release_macos.yml
vendored
@@ -166,7 +166,7 @@ jobs:
|
||||
- name: Tag Deployment
|
||||
uses: richardsimko/update-tag@v1
|
||||
with:
|
||||
tag_name: '${{ inputs.flavor }}-macos'
|
||||
tag_name: 'macos-${{ inputs.flavor }}'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user