From d951ba7b5db4f3abda45e392c524b995000d9eb7 Mon Sep 17 00:00:00 2001 From: kurone-kito Date: Tue, 26 Mar 2024 23:00:54 +0900 Subject: [PATCH] fixup! ci: implemented that clones the README documents to the package directory --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6f3cfed1..65b72ce7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,6 +34,7 @@ jobs: run: cp README.md LICENSE "${{ env.packagePath }}" - name: Get the Package version based on the package.json file id: version + # cspell: disable-next-line uses: zoexx/github-action-json-file-properties@1.0.6 with: file_path: "${{ env.packagePath }}/package.json" @@ -55,6 +56,7 @@ jobs: include-files: metaList - name: Create a release tag of the version from the package.json file id: tag_version + # cspell: disable-next-line uses: rickstaa/action-create-tag@v1 with: tag: "${{ env.version }}"