Skip to content

Commit

Permalink
test new config 5
Browse files Browse the repository at this point in the history
  • Loading branch information
sangdth committed Sep 6, 2023
1 parent 918ee33 commit 15650be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/proud-rockets-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sieutoc/themes": patch
---

removed the ngoacj
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
commit: "chore(changeset): release ${{ steps.changesets.outputs.publishedPackages[0].version }}"
title: "chore(changeset): release ${{ steps.changesets.outputs.publishedPackages[0].version }}"
commit: chore(changeset) release ${{ join(steps.changesets.outputs.publishedPackages.*.version) }}
title: chore(changeset) release ${{ join(steps.changesets.outputs.publishedPackages.*.version) }}
publish: pnpm ci:publish
version: pnpm ci:version
env:
Expand Down

0 comments on commit 15650be

Please sign in to comment.