File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -124,10 +124,8 @@ jobs:
124124 working-directory : sass-spec
125125
126126 deploy_npm :
127- name : Deploy npm
128- runs-on : ubuntu-latest
129- if : " github.ref_type == 'tag' && github.event.repository.fork == false"
130127 needs : [static_analysis, tests, sass_spec]
128+ if : " github.ref_type == 'tag' && github.event.repository.fork == false"
131129 permissions :
132130 attestations : write
133131 contents : write
Original file line number Diff line number Diff line change 2828
2929 - name : Publish optional dependencies
3030 run : |
31- find ./npm -mindepth 1 -maxdepth 1 -print0 | xargs -0 -n 1 -- sh -xc 'npx ts-node ./tool/prepare-optional-release.ts --package=$(basename $1) && npm publish $1' --
31+ find ./npm -mindepth 1 -maxdepth 1 -print0 | xargs -0 -n 1 -- sh -xc 'npx ts-node ./tool/prepare-optional-release.ts --package=$(basename $1) && npm publish --provenance $1' --
3232
33- - run : npm publish
33+ - run : npm publish --provenance
You can’t perform that action at this time.
0 commit comments