Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit dac4431

Browse files
committed
s
1 parent c468f51 commit dac4431

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/release.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ jobs:
1616
with:
1717
version: 9
1818

19-
- name: Setup Node.js
20-
uses: actions/setup-node@v4
21-
with:
22-
node-version: 22
23-
registry-url: https://npm.pkg.github.com/
19+
- name: Setup Node.js
20+
uses: actions/setup-node@v4
21+
with:
22+
node-version: 22
23+
registry-url: https://npm.pkg.github.com/
2424

25-
- name: Authenticate with GitHub Package Registry
26-
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc
25+
- name: Authenticate with GitHub Package Registry
26+
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc
2727

28-
- name: Install dependencies
29-
run: pnpm install
28+
- name: Install dependencies
29+
run: pnpm install
3030

31-
- name: Publish package
32-
run: pnpm publish
33-
env:
34-
NPM_TOKEN: ${{secrets.NPM_TOKEN }}
31+
- name: Publish package
32+
run: pnpm publish
33+
env:
34+
NPM_TOKEN: ${{secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)