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.
1 parent 9a7dce7 commit 6db739fCopy full SHA for 6db739f
.github/workflows/main.yml
@@ -113,6 +113,9 @@ jobs:
113
- uses: actions/setup-node@v6
114
with:
115
node-version: 'lts/*'
116
+ registry-url: 'https://registry.npmjs.org'
117
+ always-auth: true
118
+ auth-type: 'oidc'
119
- run: sudo apt-get update
120
- run: sudo apt-get install --yes --no-install-recommends optipng imagemagick build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev liblzma-dev
121
- run: npm ci
@@ -126,5 +129,4 @@ jobs:
126
129
- name: Release
127
130
env:
128
131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
132
run: npx semantic-release
0 commit comments