We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e133cf2 commit 88395d8Copy full SHA for 88395d8
1 file changed
.github/workflows/release.yml
@@ -19,10 +19,9 @@ jobs:
19
with:
20
bun-version: latest
21
22
- - name: Generate changelogs
23
- run: bunx changelogithub
24
- env:
25
- GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
+ - name: Install dependencies
+ run: |
+ bun install
26
27
- name: Publish
28
run: |
@@ -32,3 +31,8 @@ jobs:
32
31
bun publish
33
env:
34
BUN_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
+
35
+ - name: Generate changelogs
36
+ run: bunx changelogithub
37
+ env:
38
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments