Skip to content

Commit a7792b2

Browse files
committed
ci: create release after publish succeeds
1 parent 490dd47 commit a7792b2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
- run: pnpm typecheck
3030
- run: pnpm test
3131

32-
- name: Create release
33-
run: npx changelogen gh release
34-
env:
35-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
36-
3732
- run: pnpm prepack
3833
- uses: JS-DevTools/npm-publish@v2
3934
with:
4035
token: ${{ secrets.NPM_TOKEN }}
36+
37+
- name: Create release
38+
run: npx changelogen gh release
39+
env:
40+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)