Skip to content

Commit

Permalink
docs(README): recommend to use major version(#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
cycjimmy committed Oct 18, 2019
1 parent 7ed2220 commit 150d050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ A simple example
```yaml
steps:
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v1.2.0
uses: cycjimmy/semantic-release-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand All @@ -37,7 +37,7 @@ An advanced example
```yaml
steps:
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v1.2.0
uses: cycjimmy/semantic-release-action@v1
id: semantic # Need an `id` for output variables
with:
branch: master
Expand Down

0 comments on commit 150d050

Please sign in to comment.