Skip to content

Commit 7686519

Browse files
committed
feat: update ToC in README.md
1 parent 7b21890 commit 7686519

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
username: ${{ secrets.DOCKERHUB_USERNAME }}
3939
password: ${{ secrets.DOCKERHUB_TOKEN }}
4040

41+
- name: Update the ToC in the README.md
42+
run: npx markdown-toc README.md -i
43+
4144
- name: Semantic release
4245
uses: codfish/semantic-release-action@v3
4346
id: semanticrelease

0 commit comments

Comments
 (0)