Skip to content

Commit 21dbc7f

Browse files
authored
chore: retry deploy (#395)
1 parent 8c73bb4 commit 21dbc7f

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/rare-pandas-press.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"rollup-plugin-sourcemaps2": patch
3+
---
4+
5+
update ci

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
6969
with:
7070
node-version: 22.x
71+
registry-url: https://registry.npmjs.org
7172

7273
# Install package dependencies
7374
- name: Install
@@ -124,4 +125,5 @@ jobs:
124125
env:
125126
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
126127
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
128+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
127129
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.0.6/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.4/schema.json",
33
"assist": { "actions": { "source": { "organizeImports": "on" } } },
44
"formatter": {
55
"enabled": true,

0 commit comments

Comments
 (0)