Skip to content

Commit 654c700

Browse files
committed
ci: update release flow
1 parent 9b07f3d commit 654c700

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
push:
55
# Sequence of patterns matched against refs/tags
66
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
1010

1111
permissions:
1212
contents: write
@@ -128,4 +128,4 @@ jobs:
128128
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
129129
UMEE_INFRA_SSH_KEY: ${{ secrets.UMEE_INFRA_SSH_KEY }}
130130
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]'

0 commit comments

Comments
 (0)