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