Skip to content

Commit a42925c

Browse files
authored
Try to fix sass-parser release (#2332)
1 parent 3111100 commit a42925c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,12 @@ jobs:
128128
- uses: actions/checkout@v4
129129
with:
130130
token: ${{ secrets.GH_TOKEN }}
131-
131+
# Set up .npmrc file to publish to npm
132+
- uses: actions/setup-node@v4
133+
with:
134+
version: 'lts/*'
135+
check-latest: true
136+
registry-url: 'https://registry.npmjs.org'
132137
- run: npm publish
133138
env:
134139
NODE_AUTH_TOKEN: '${{ secrets.NPM_TOKEN }}'

0 commit comments

Comments
 (0)