We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a68c72f commit 0d01d4cCopy full SHA for 0d01d4c
.github/workflows/release.yml
@@ -29,18 +29,9 @@ jobs:
29
- name: Install dependencies
30
run: yarn install --frozen-lockfile
31
32
- - name: Run Nitrogen
33
- run: yarn nitrogen
34
-
35
- name: Run tests
36
run: yarn test
37
38
- - name: Type check
39
- run: yarn typecheck
40
41
- - name: Lint
42
- run: yarn lint
43
44
- name: Build
45
run: yarn prepare
46
@@ -49,4 +40,3 @@ jobs:
49
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
50
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
51
run: yarn semantic-release
52
0 commit comments