Skip to content

Commit

Permalink
chore: tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
wadackel committed Feb 26, 2023
1 parent ecde36a commit 6d00bad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/tricky-dancers-arrive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'scaffdog-vscode': patch
---

Tweak CI/CD pipeline.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,8 @@ jobs:
id: changesets
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VSCE_PAT: ${{ secrets.VSCE_PAT }}
uses: changesets/action@v1
with:
publish: pnpm release
commit: 'chore: version packages'
- name: Publish
if: steps.changesets.outputs.published == 'true'
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
run: pnpm release

0 comments on commit 6d00bad

Please sign in to comment.