chore(ci): match tag to build identifier [skip ci]

This commit is contained in:
Jagandeep Brar
2022-02-19 11:46:23 -05:00
parent c8c0daad3f
commit cc7349c989
3 changed files with 3 additions and 3 deletions

View File

@@ -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 }}

View File

@@ -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 }}

View File

@@ -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 }}