Skip to content

Commit dc9f175

Browse files
authored
add release notes (#8)
1 parent ee11e3c commit dc9f175

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-and-publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ jobs:
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:
@@ -39,4 +35,8 @@ jobs:
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'

0 commit comments

Comments
 (0)