Skip to content

Commit 39e1553

Browse files
[CD][AppRelease] Update tag to have AppRelease as suffix
This is needed to keep all (lib+appOnly) release tags starting with "v"
1 parent 4855c5d commit 39e1553

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/appRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
uses: ncipollo/release-action@v1
105105
with:
106106
token: ${{ secrets.GITHUB_TOKEN }}
107-
tag: "appRelease-v${{ steps.version.outputs.appVersion }}"
107+
tag: "v${{ steps.version.outputs.appVersion }}-AppRelease"
108108
name: "[AppRelease] ${{ github.event.repository.name }} v${{ steps.version.outputs.appVersion }}"
109109
artifacts: "artifacts/APKs/**/*.apk,artifacts/application-lint-report.html/application-lint-report.html"
110110

0 commit comments

Comments
 (0)