|
24 | 24 | id-token: write |
25 | 25 | steps: |
26 | 26 | - uses: actions/checkout@v3 |
27 | | - - name: "build lib and demo" |
| 27 | + - name: "BETA - build lib and demo" |
28 | 28 | id: "build_action" |
29 | 29 | uses: ./.github/actions/build-action |
30 | 30 | with: |
|
36 | 36 | tenant-id: ${{ secrets.AZURE_TENANT_ID }} |
37 | 37 | subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} |
38 | 38 | enable-AzPSSession: true |
39 | | - - name: "deploy lib and demo" |
| 39 | + - name: "BETA - deploy lib and demo" |
40 | 40 | id: "deploy_action" |
41 | 41 | uses: ./.github/actions/deploy-action |
42 | 42 | with: |
|
51 | 51 | id-token: write |
52 | 52 | steps: |
53 | 53 | - uses: actions/checkout@v3 |
54 | | - - name: "build lib and demo" |
| 54 | + - name: "PREVIEW - build lib and demo" |
55 | 55 | uses: ./.github/actions/build-action |
56 | 56 | id: "build_action" |
57 | 57 | with: |
|
63 | 63 | tenant-id: ${{ secrets.AZURE_TENANT_ID }} |
64 | 64 | subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} |
65 | 65 | enable-AzPSSession: true |
66 | | - - name: "deploy lib and demo" |
| 66 | + - name: "PREVIEW - deploy lib and demo" |
67 | 67 | id: "deploy_action" |
68 | 68 | uses: ./.github/actions/deploy-action |
69 | 69 | with: |
|
78 | 78 | id-token: write |
79 | 79 | steps: |
80 | 80 | - uses: actions/checkout@v3 |
81 | | - - name: "build lib and demo" |
| 81 | + - name: "RELEASE - build lib and demo" |
82 | 82 | uses: ./.github/actions/build-action |
83 | 83 | id: "build_action" |
84 | 84 | with: |
|
90 | 90 | tenant-id: ${{ secrets.AZURE_TENANT_ID }} |
91 | 91 | subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} |
92 | 92 | enable-AzPSSession: true |
93 | | - - name: "deploy lib and demo" |
| 93 | + - name: "RELEASE - deploy lib and demo" |
94 | 94 | id: "deploy_action" |
95 | 95 | uses: ./.github/actions/deploy-action |
96 | 96 | with: |
|
0 commit comments