Skip to content

Commit

Permalink
test new config 4
Browse files Browse the repository at this point in the history
  • Loading branch information
sangdth committed Sep 6, 2023
1 parent 178ea9e commit 918ee33
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/olive-scissors-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sieutoc/themes": patch
---

tiny update to test again 4
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.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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @sieutoc/themes

A theme collection for Sieutoc site generator
A theme collection for Sieutoc site generator.

## Developing

Expand Down

0 comments on commit 918ee33

Please sign in to comment.