Skip to content

Commit 11d813f

Browse files
committed
2.6.1
1 parent 50f8960 commit 11d813f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828

2929
# Run GitHub Action to sync all OpenAPI files in the repo
3030
- name: GitHub Action
31-
uses: readmeio/[email protected].0
31+
uses: readmeio/[email protected].1
3232
with:
3333
readme-micro: "'**/*.{yaml,yml,json}' --key=\${{ secrets.README_MICRO_SECRET }}"
3434
```
3535
3636
### As an npm package
3737
3838
```sh
39-
npx @readme/[email protected].0 './*{yaml,yml,json}' --key=$README_MICRO_SECRET
39+
npx @readme/[email protected].1 './*{yaml,yml,json}' --key=$README_MICRO_SECRET
4040
```
4141

4242
### As a Bitbucket Pipeline
@@ -48,7 +48,7 @@ definitions:
4848
name: ReadMe Micro
4949
image: node:18
5050
script:
51-
- npx @readme/[email protected].0 '**/*.{yaml,yml,json}' --key=$README_MICRO_SECRET
51+
- npx @readme/[email protected].1 '**/*.{yaml,yml,json}' --key=$README_MICRO_SECRET
5252

5353
# Run Pipeline to sync OpenAPI files for every push to the `main` branch
5454
pipelines:

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@readme/micro",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"description": "Send your OAS files to ReadMe Micro",
55
"main": "index.js",
66
"bin": "index.js",

0 commit comments

Comments
 (0)