Skip to content

Commit 9fdfddd

Browse files
authored
Update release.yml
1 parent 83fc8b7 commit 9fdfddd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ jobs:
4040
env:
4141
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4242

43-
- name: Run linting
44-
run: yarn lint
45-
env:
46-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
47-
4843
- name: Build project
4944
run: yarn build
5045

@@ -58,4 +53,4 @@ jobs:
5853
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
5954
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
6055
GIT_COMMITTER_NAME: ${{ secrets.GIT_COMMITTER_NAME }}
61-
GIT_COMMITTER_EMAIL: ${{ secrets.GIT_COMMITTER_EMAIL }}
56+
GIT_COMMITTER_EMAIL: ${{ secrets.GIT_COMMITTER_EMAIL }}

0 commit comments

Comments
 (0)