Skip to content

Commit 94b0428

Browse files
committed
fix: remove unnecessary dependency on release notes generation in npm publish workflow
Signed-off-by: kaifcoder <kaifmohd2014@gmail.com>
1 parent 5574bb4 commit 94b0428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- run: npm test
5050

5151
publish-npm:
52-
needs: [generate-release-notes, build]
52+
needs: [build]
5353
runs-on: ubuntu-latest
5454
steps:
5555
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)