We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm publish
1 parent 52fc718 commit 0356a2bCopy full SHA for 0356a2b
.github/workflows/release.yml
@@ -131,7 +131,7 @@ jobs:
131
- name: Set the version of @sass/types
132
run: npm pkg set version='${{ steps.dart-sass-version.outputs.version }}'
133
working-directory: pkg/sass-types/
134
- - run: npm publish
+ - run: npm publish --provenance
135
136
137
deploy_sass_parser:
@@ -160,7 +160,7 @@ jobs:
160
161
- run: npm run compile
162
working-directory: pkg/sass-parser/
163
164
165
166
- name: Get Sass parser version
0 commit comments