File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- name : Release SDK Package to NPM and CDN (v2)
1+ name : Release SDK to NPM and CDN (v2)
22run-name : ${{ inputs.release_type == 'Snapshot' && 'Publish Pre-release' || format('Release {0}', inputs.release_type)}} SDK Package to NPM and CDN by @${{ github.actor }}
33
44on :
@@ -128,7 +128,7 @@ jobs:
128128 runs-on : ubuntu-latest
129129 permissions :
130130 id-token : write
131- environment : test
131+ environment : uid2- test
132132 steps :
133133 - uses : actions/checkout@v4
134134 with :
@@ -145,7 +145,7 @@ jobs:
145145 name : Approval To Deploy
146146 needs : [cdn-deployment-test]
147147 runs-on : ubuntu-latest
148- environment : production
148+ environment : approve-deployment
149149 steps :
150150 - name : Approval to deploy
151151 shell : bash
You can’t perform that action at this time.
0 commit comments