From 918ee33c4bec5df11cb5a9bc07041197b35df5a6 Mon Sep 17 00:00:00 2001 From: Sang Dang Date: Wed, 6 Sep 2023 22:17:21 +0300 Subject: [PATCH] test new config 4 --- .changeset/olive-scissors-yell.md | 5 +++++ .github/workflows/publish.yaml | 4 ++-- README.md | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 .changeset/olive-scissors-yell.md diff --git a/.changeset/olive-scissors-yell.md b/.changeset/olive-scissors-yell.md new file mode 100644 index 0000000..0de3fb2 --- /dev/null +++ b/.changeset/olive-scissors-yell.md @@ -0,0 +1,5 @@ +--- +"@sieutoc/themes": patch +--- + +tiny update to test again 4 diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 685d04d..651346a 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -43,8 +43,8 @@ jobs: id: changesets uses: changesets/action@v1 with: - commit: "chore(changeset): release ${{ steps.changesets.publishedPackages[0].version }}" - title: "chore(changeset): release ${{ steps.changesets.publishedPackages[0].version }}" + commit: "chore(changeset): release ${{ steps.changesets.outputs.publishedPackages[0].version }}" + title: "chore(changeset): release ${{ steps.changesets.outputs.publishedPackages[0].version }}" publish: pnpm ci:publish version: pnpm ci:version env: diff --git a/README.md b/README.md index f5b28f1..2ae26fa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @sieutoc/themes -A theme collection for Sieutoc site generator +A theme collection for Sieutoc site generator. ## Developing