Skip to content

Commit

Permalink
fixup! ci: implemented that clones the README documents to the packag…
Browse files Browse the repository at this point in the history
…e directory
  • Loading branch information
kurone-kito committed Mar 26, 2024
1 parent a570741 commit d951ba7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
file_path: "${{ env.packagePath }}/package.json"
Expand All @@ -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 }}"
Expand Down

0 comments on commit d951ba7

Please sign in to comment.