File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ concurrency:
1111 group : ${{ github.workflow }}-${{ github.ref }}
1212 cancel-in-progress : true
1313
14+ permissions :
15+ contents : read
16+ packages : write
17+
1418jobs :
1519 publish :
1620 if : ${{ github.event.action != 'deleted' }}
35393640 with :
3741 node-version : 20
38- registry-url : ${{ matrix.registry-url }}
39- scope : ${{ matrix.scope }}
42+ registry-url : " ${{ matrix.registry-url }}"
43+ scope : " ${{ matrix.scope }}"
44+ always-auth : true
4045 - run : corepack enable
4146 - run : yarn
4247 - run : yarn publish --access public
66716772 with :
6873 node-version : 20
69- registry-url : ${{ matrix.registry-url }}
70- scope : ${{ matrix.scope }}
74+ registry-url : " ${{ matrix.registry-url }}"
75+ scope : " ${{ matrix.scope }}"
76+ always-auth : true
7177 - run : corepack enable
7278 - run : yarn
7379 - run : yarn unpublish --force
You can’t perform that action at this time.
0 commit comments