File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 - uses : aboutbits/github-actions-base/git-setup@v2
2525 - uses : aboutbits/github-actions-node/configure-github-npm-registry-access@v3
2626 - uses : aboutbits/github-actions-node/configure-github-npm-registry-organization@v3
27- - name : Configure npm for GitHub Packages
28- run : |
29- echo "@aboutbits:registry=https://npm.pkg.github.com" >> ~/.npmrc
30- echo "//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}" >> ~/.npmrc
3127 - uses : aboutbits/github-actions-node/build-and-publish-package@v3
3228 id : package
3329 with :
3935 - uses : aboutbits/github-actions-base/github-create-release@v2
4036 with :
4137 tag-name : ' v${{ steps.package.outputs.version }}'
42- generate-release-notes : ' true'
38+ release-description : |
39+ ```bash
40+ npm install @${{ env.GITHUB_REPOSITORY }}@^${{ steps.package.outputs.version }}
41+ ```
42+ release-notes-generation : ' true'
You can’t perform that action at this time.
0 commit comments