Skip to content

Commit

Permalink
Try to fix sass-parser release
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Sep 4, 2024
1 parent 90a70ef commit a149f7d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,12 @@ jobs:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN }}

# Set up .npmrc file to publish to npm
- uses: actions/setup-node@v4
with:
version: 'lts/*'
check-latest: true
registry-url: 'https://registry.npmjs.org'
- run: npm publish
env:
NODE_AUTH_TOKEN: '${{ secrets.NPM_TOKEN }}'
Expand Down

0 comments on commit a149f7d

Please sign in to comment.