Skip to content

Commit

Permalink
build(release): v1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie-BitFlight committed Aug 11, 2022
1 parent ad9778a commit a75a0eb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
Empty file added .yarn/versions/fc4bb3ed.yml
Empty file.
4 changes: 2 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ nmMode: hardlinks-local
npmRegistryServer: https://registry.npmjs.org
npmAuthToken: ${NPM_AUTH_TOKEN}
npmRegistries:
"https://registry.npmjs.org":
'https://registry.npmjs.org':
npmAuthToken: ${NPM_AUTH_TOKEN}
"https://registry.yarnpkg.com":
'https://registry.yarnpkg.com':
npmAuthToken: ${NPM_AUTH_TOKEN}
nodeLinker: node-modules

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-action-readme-generator",
"version": "1.3.8",
"version": "1.3.9",
"description": "This is a CLI tool and GitHub Action that reads in the details from a \nGitHub Action's `action.yml` file and updates the `README.md` file\nwith the `name`, `description`, `usage`, `inputs`, `outputs`, and\nexamples of the action.\nConfiguration can be provided via a `.ghadocs.json` file stored in the\nroot directory of the Action's repository, via the command line when\nusing the cli, or via the `with:` section of this Action.\n\n\nThis tool uses markdown comments as delimiting tokens within the `README.md`\nfile to determine where to place the generated content.\n\n[`README.example.md`](README.example.md) example with all fields filled in, and no other free-form content.",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit a75a0eb

Please sign in to comment.