File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 permissions :
1212 contents : write
13- packages : write
13+ packages : read
1414 id-token : write
1515
1616 steps :
2222 with :
2323 node-version : ' 18.x'
2424 registry-url : ' https://registry.npmjs.org'
25+ - run : |
26+ echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> .npmrc
27+ echo "@baselime:registry=https://npm.pkg.github.com/" >> .npmrc
2528
26- - name : Build and publish to npm registry
27- continue-on-error : true
29+ - name : Build the package
30+ continue-on-error : false
2831 run :
2932 npm ci &&
3033 npm run build
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
66The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
77
8+ ## [ Unreleased]
9+
10+ * configure github auth
11+
812## [ 0.3.9] - 2024-03-05
913
1014* fix ci
You can’t perform that action at this time.
0 commit comments