Skip to content

Commit 03cec9d

Browse files
committed
Fix release.yml step outputs
Whoops, forgot to put id: publish on the npm-publish step, so the generated release notes wouldn't have had the necessary values from that step (or it would crash... not 100% sure).
1 parent bd7efb6 commit 03cec9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- run: npm rebuild && npm run prepare
2525
- run: npm run docs
2626
- uses: JS-DevTools/npm-publish@v3
27+
id: publish
2728
with:
2829
token: ${{ secrets.NPM_TOKEN }}
2930
- name: Create release notes

0 commit comments

Comments
 (0)