From 36c02da1ec5d6290bf3aa21470f1348ab332abad Mon Sep 17 00:00:00 2001 From: Tim Pietrusky Date: Thu, 18 Apr 2024 21:19:10 +0200 Subject: [PATCH] fix: formatting error --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b0f6fe2..2c119e4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -40,7 +40,7 @@ jobs: - name: Update the ToC in the README.md run: npx markdown-toc README.md -i - - name: Semantic Release + - name: Semantic Release run: npx semantic-release env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}