Skip to content

Commit 0d01d4c

Browse files
chore: remove redundant steps from release workflow
1 parent a68c72f commit 0d01d4c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/release.yml

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

32-
- name: Run Nitrogen
33-
run: yarn nitrogen
34-
3532
- name: Run tests
3633
run: yarn test
3734

38-
- name: Type check
39-
run: yarn typecheck
40-
41-
- name: Lint
42-
run: yarn lint
43-
4435
- name: Build
4536
run: yarn prepare
4637

@@ -49,4 +40,3 @@ jobs:
4940
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
5041
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5142
run: yarn semantic-release
52-

0 commit comments

Comments
 (0)