File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
# Sequence of patterns matched against refs/tags
6
6
tags :
7
- - " v[0-9]+\\ .[0-9]+\\ .[0-9]+" # Official release version tags e.g. v2.0.5
8
- - " v[0-9]+\\ .[0-9]+\\ .[0-9]+-rc[0-9]+" # Release candidate tags e.g. v1.0.3-rc4
9
- - " v[0-9]+\\ .[0-9]+\\ .[0-9]+-alpha[0-9]+" # Alpha release testing tags e.g. v0.0.3-alpha1
7
+ - " archway- v[0-9]+\\ .[0-9]+\\ .[0-9]+" # Official release version tags e.g. v2.0.5
8
+ - " archway- v[0-9]+\\ .[0-9]+\\ .[0-9]+-rc[0-9]+" # Release candidate tags e.g. v1.0.3-rc4
9
+ - " archway- v[0-9]+\\ .[0-9]+\\ .[0-9]+-alpha[0-9]+" # Alpha release testing tags e.g. v0.0.3-alpha1
10
10
11
11
permissions :
12
12
contents : write
@@ -128,4 +128,4 @@ jobs:
128
128
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
129
129
UMEE_INFRA_SSH_KEY : ${{ secrets.UMEE_INFRA_SSH_KEY }}
130
130
GCP_WORKLOAD_IDENTITY_PROVIDER : projects/451365972553/locations/global/workloadIdentityPools/ojo-pool/providers/ojo-gh-provider
131
- GCP_SERVICE_ACCOUNT :
' [email protected] '
131
+ GCP_SERVICE_ACCOUNT :
' [email protected] '
You can’t perform that action at this time.
0 commit comments