File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Publish Package
22
33on :
4- push :
5- tags :
6- - " v* "
4+ push :
5+ tags :
6+ - ' v* '
77
88permissions :
9- id-token : write # Required for OIDC
10- contents : read
9+ id-token : write # Required for OIDC
10+ contents : read
1111
1212jobs :
13- publish :
14- runs-on : ubuntu-latest
15- steps :
16- - uses : actions/checkout@v4
13+ publish :
14+ runs-on : ubuntu-latest
15+ steps :
16+ - uses : actions/checkout@v4
1717
18- - uses : actions/setup-node@v4
19- with :
20- node-version : " 24 "
21- registry-url : " https://registry.npmjs.org"
22- - run : npm ci
23- - run : npm run build --if-present
24- - run : npm test
25- - run : npm publish
18+ - uses : actions/setup-node@v4
19+ with :
20+ node-version : ' 24 '
21+ registry-url : ' https://registry.npmjs.org'
22+ - run : npm ci
23+ - run : npm run build --if-present
24+ - run : npm test
25+ - run : npm publish
You can’t perform that action at this time.
0 commit comments