Skip to content

Commit feefd94

Browse files
committed
fix: restore clean release workflow after rebase
1 parent 5ef5c34 commit feefd94

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
name: Publish To NPM
32

43
on:
@@ -105,11 +104,11 @@ jobs:
105104
- name: Configure Node for npmjs.org
106105
uses: actions/setup-node@v4
107106
with:
108-
<<<<<<< HEAD
109-
node-version: 22
110-
=======
111-
node-version: 24
112107
node-version: 24
108+
registry-url: https://registry.npmjs.org
109+
always-auth: true
110+
111+
- name: Publish tarballs to npmjs.org (with provenance and dist-tag)
113112
env:
114113
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # npm automation token
115114
PUBLISH_TAG: ${{ needs.build_and_pack.outputs.publish_tag }}
@@ -136,10 +135,9 @@ jobs:
136135
- name: Configure Node for GitHub Packages
137136
uses: actions/setup-node@v4
138137
with:
139-
<<<<<<< HEAD
140-
node-version: 22
141-
=======
142138
node-version: 24
139+
registry-url: https://npm.pkg.github.com
140+
scope: '@finos'
143141
always-auth: true
144142

145143
- name: Publish tarballs to GitHub Packages (with dist-tag)

0 commit comments

Comments
 (0)