Skip to content

Commit d05fb4f

Browse files
author
Julien Bouquillon
committed
fix: publish
1 parent 9c0a603 commit d05fb4f

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,6 @@ jobs:
6060
- name: Build
6161
run: yarn build
6262

63-
release:
64-
needs: [build]
65-
if: github.event_name == 'push'
66-
runs-on: ubuntu-latest
67-
steps:
68-
- name: Set up Node
69-
uses: actions/setup-node@v1
70-
with:
71-
node-version: 12.x
72-
73-
- uses: actions/checkout@v2
74-
7563
- name: Semantic Release
7664
uses: cycjimmy/semantic-release-action@v2
7765
with:
@@ -85,4 +73,3 @@ jobs:
8573
GIT_COMMITTER_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
8674
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8775
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
88-

0 commit comments

Comments
 (0)