Skip to content

Commit e7d8414

Browse files
committed
fix: fix publish workflow
1 parent e0a7800 commit e7d8414

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish to NPM
1+
name: publish
22
on:
33
push:
44
tags:
@@ -15,11 +15,11 @@ jobs:
1515

1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 20
19-
registry-url: https://registry.npmjs.org/
18+
node-version: '24'
19+
registry-url: 'https://registry.npmjs.org'
2020

2121
- run: yarn install --frozen-lockfile
2222
- run: yarn run build:lib
2323

2424
- name: Publish
25-
run: npm publish ./dist/libs/ngx-contextmenu --access public
25+
run: npm publish ./dist/libs/ngx-contextmenu

0 commit comments

Comments
 (0)