Skip to content

Commit e79fa6f

Browse files
ci: add Nitrogen run step to release workflow
1 parent d7a5b04 commit e79fa6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- name: Install dependencies
3030
run: yarn install --frozen-lockfile
3131

32+
- name: Run Nitrogen
33+
run: yarn nitrogen
34+
3235
- name: Run tests
3336
run: yarn test
3437

0 commit comments

Comments
 (0)