We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c0a603 commit d05fb4fCopy full SHA for d05fb4f
.github/workflows/main.yml
@@ -60,18 +60,6 @@ jobs:
60
- name: Build
61
run: yarn build
62
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
75
- name: Semantic Release
76
uses: cycjimmy/semantic-release-action@v2
77
with:
@@ -85,4 +73,3 @@ jobs:
85
GIT_COMMITTER_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
86
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
87
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
88
0 commit comments