Skip to content

Commit 8db20ee

Browse files
Trying to fix error: GitHub Personal Access Token is not set
1 parent 22ed63a commit 8db20ee

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/cd.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,13 @@ jobs:
3030
run: npm install
3131
# - name: Run linter
3232
# run: npm run lint
33-
- name: Build
34-
run: npm run build
33+
# - name: Build
34+
# run: npm run build
3535
- name: Create pull request or publish to GitHub
3636
uses: changesets/action@v1
3737
with:
3838
title: 'WIP: Release x.x.x'
3939
commit: Release new version
4040
publish: npm run release
4141
env:
42-
# See https://github.com/changesets/action/issues/147
43-
HOME: ${{ github.workspace }}
4442
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)