Skip to content

Commit

Permalink
docs(readme): use v2 in example
Browse files Browse the repository at this point in the history
  • Loading branch information
cycjimmy committed Oct 21, 2019
1 parent cf5f706 commit cd22d88
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ A simple example
```yaml
steps:
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v1
uses: cycjimmy/semantic-release-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand All @@ -41,7 +41,7 @@ An advanced example
```yaml
steps:
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v1
uses: cycjimmy/semantic-release-action@v2
id: semantic # Need an `id` for output variables
with:
branch: master
Expand All @@ -57,3 +57,5 @@ steps:
run: ...
```

## [CHANGELOG](./docs/CHANGELOG.md)

0 comments on commit cd22d88

Please sign in to comment.