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 }}"