Skip to content

Commit 72506e9

Browse files
authored
Update azure-cdn-deploy.yml
1 parent 0f9d42f commit 72506e9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/azure-cdn-deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id-token: write
2525
steps:
2626
- uses: actions/checkout@v3
27-
- name: "build lib and demo"
27+
- name: "BETA - build lib and demo"
2828
id: "build_action"
2929
uses: ./.github/actions/build-action
3030
with:
@@ -36,7 +36,7 @@ jobs:
3636
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
3737
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
3838
enable-AzPSSession: true
39-
- name: "deploy lib and demo"
39+
- name: "BETA - deploy lib and demo"
4040
id: "deploy_action"
4141
uses: ./.github/actions/deploy-action
4242
with:
@@ -51,7 +51,7 @@ jobs:
5151
id-token: write
5252
steps:
5353
- uses: actions/checkout@v3
54-
- name: "build lib and demo"
54+
- name: "PREVIEW - build lib and demo"
5555
uses: ./.github/actions/build-action
5656
id: "build_action"
5757
with:
@@ -63,7 +63,7 @@ jobs:
6363
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
6464
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
6565
enable-AzPSSession: true
66-
- name: "deploy lib and demo"
66+
- name: "PREVIEW - deploy lib and demo"
6767
id: "deploy_action"
6868
uses: ./.github/actions/deploy-action
6969
with:
@@ -78,7 +78,7 @@ jobs:
7878
id-token: write
7979
steps:
8080
- uses: actions/checkout@v3
81-
- name: "build lib and demo"
81+
- name: "RELEASE - build lib and demo"
8282
uses: ./.github/actions/build-action
8383
id: "build_action"
8484
with:
@@ -90,7 +90,7 @@ jobs:
9090
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
9191
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
9292
enable-AzPSSession: true
93-
- name: "deploy lib and demo"
93+
- name: "RELEASE - deploy lib and demo"
9494
id: "deploy_action"
9595
uses: ./.github/actions/deploy-action
9696
with:

0 commit comments

Comments
 (0)