Skip to content

Commit

Permalink
ci: disable changesets temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Dec 9, 2023
1 parent 1426c6a commit beb6501
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
- run: pnpm run build
- run: pnpm run lint
- run: pnpm run --if-present test
- if: ${{ github.ref == 'refs/heads/main' }}
uses: changesets/action@v1
with:
publish: pnpm exec changeset publish
commit: "chore: release"
title: "chore: release"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# - if: ${{ github.ref == 'refs/heads/main' }}
# uses: changesets/action@v1
# with:
# publish: pnpm exec changeset publish
# commit: "chore: release"
# title: "chore: release"
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit beb6501

Please sign in to comment.