Skip to content

Commit bcf02c2

Browse files
committed
lock stenciljs/sass to 3.0.12 (see stenciljs/sass#70); move from yarn to npm
1 parent fb7f6fa commit bcf02c2

File tree

5 files changed

+10803
-9807
lines changed

5 files changed

+10803
-9807
lines changed

.github/workflows/release.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ jobs:
1313
- name: Run script file
1414
id: build-release
1515
run: |
16-
corepack enable
17-
yarn set version berry
18-
yarn
19-
yarn release
20-
16+
npm ci
17+
npm run release
18+
2119
echo "::set-output name=filepath::$(ls *.tar.gz | head -1)"
2220
echo "::set-output name=filename::$(basename `ls *.tar.gz | head -1`)"
2321
shell: bash

0 commit comments

Comments
 (0)