File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 4848 - name : Publish new version
4949 run : |
5050 npm install npm -g
51- npm publish --access public -- tag ${{ inputs.prerelease == true && 'next' || 'latest' }}
51+ npm publish --tag ${{ inputs.prerelease == true && 'next' || 'latest' }}
5252 - name : Create release notes
5353 run : |
5454 npx @matteo.collina/release-notes -a ${{ secrets.GITHUB_TOKEN }} -t v${{ inputs.version }} -r ${{ github.repository }} ${{ github.event.inputs.prerelease == 'true' && '-p' || '' }} -c ${{ github.ref }}
Original file line number Diff line number Diff line change 3939 "json-schema-to-typescript" : " ^15.0.4" ,
4040 "neostandard" : " ^0.12.1"
4141 },
42+ "publishConfig" : {
43+ "registry" : " https://registry.npmjs.org/" ,
44+ "access" : " restricted" ,
45+ "scope" : " @platformatic"
46+ },
4247 "engines" : {
4348 "node" : " >= 22.19.0"
4449 }
You can’t perform that action at this time.
0 commit comments