We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22ed63a commit 8db20eeCopy full SHA for 8db20ee
.github/workflows/cd.yml
@@ -30,15 +30,13 @@ jobs:
30
run: npm install
31
# - name: Run linter
32
# run: npm run lint
33
- - name: Build
34
- run: npm run build
+ # - name: Build
+ # run: npm run build
35
- name: Create pull request or publish to GitHub
36
uses: changesets/action@v1
37
with:
38
title: 'WIP: Release x.x.x'
39
commit: Release new version
40
publish: npm run release
41
env:
42
- # See https://github.com/changesets/action/issues/147
43
- HOME: ${{ github.workspace }}
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments