Skip to content

Commit ab675d2

Browse files
committed
Bump version to 0.2
1 parent 479ec64 commit ab675d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v2
2424
- name: Deploy API documentation
25-
uses: bump-sh/github-action@0.1
25+
uses: bump-sh/github-action@0.2
2626
with:
2727
id: <BUMP_DOC_ID>
2828
token: <BUMP_DOC_TOKEN>
29-
file: doc/api-documentation.yml
29+
file: doc/api-documentation.yml
3030
```
3131

3232
Important: [actions/checkout](https://github.com/actions/checkout) has to be called **before this action**.

0 commit comments

Comments
 (0)