Skip to content

Commit

Permalink
fix: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Jun 28, 2022
1 parent 9c0a603 commit d05fb4f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,6 @@ jobs:
- name: Build
run: yarn build

release:
needs: [build]
if: github.event_name == 'push'
runs-on: ubuntu-latest
steps:
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: 12.x

- uses: actions/checkout@v2

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
with:
Expand All @@ -85,4 +73,3 @@ jobs:
GIT_COMMITTER_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit d05fb4f

Please sign in to comment.