We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c1957 commit 89c15ecCopy full SHA for 89c15ec
.github/workflows/ci.yml
@@ -17,8 +17,8 @@ jobs:
17
- name: Checkout
18
uses: actions/checkout@v4
19
with:
20
- fetch-depth: 0
21
token: ${{ secrets.GH_ADMIN_TOKEN }}
+ fetch-depth: 0
22
23
- name: Set up pnpm
24
uses: pnpm/action-setup@v4
@@ -30,6 +30,7 @@ jobs:
30
31
node-version: 24
32
cache: 'pnpm'
33
+ registry-url: 'https://registry.npmjs.org'
34
35
- name: Setup Git
36
run: |
@@ -53,3 +54,4 @@ jobs:
53
54
run: pnpm release
55
env:
56
GITHUB_TOKEN: ${{ secrets.GH_ADMIN_TOKEN }}
57
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,7 +1,7 @@
1
{
2
"type": "module",
3
"name": "@msw/url",
4
- "version": "1.0.0",
+ "version": "0.0.1",
5
"description": "Utilities for working with URLs.",
6
"types": "./build/index.d.mts",
7
"imports": {
0 commit comments