Skip to content

Commit 0344867

Browse files
committed
try again
1 parent b4ce99e commit 0344867

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,11 @@ jobs:
2525
node-version: '22.x'
2626
cache: 'pnpm'
2727
registry-url: 'https://registry.npmjs.org/'
28-
scope: '@pomsky-lang'
28+
# scope: '@pomsky-lang'
2929

30-
- run: pnpm install
30+
- run: pnpm install --frozen-lockfile
3131

32-
- name: Check current npm config
33-
run: npm config list
34-
35-
- run: pnpm publish --access public --no-git-checks
32+
- run: npm publish
3633
env:
3734
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3835
NPM_CONFIG_PROVENANCE: true

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
"files": [
3333
"dist"
3434
],
35+
"publishConfig": {
36+
"provenance": true,
37+
"access": "public"
38+
},
3539
"scripts": {
3640
"lint": "biome lint",
3741
"test": "vitest",

0 commit comments

Comments
 (0)