mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-07 10:46:56 +00:00
docs: add checkout to workflow in README
This commit is contained in:
parent
82b6f71a2b
commit
30b4ebe298
1 changed files with 4 additions and 0 deletions
|
|
@ -31,6 +31,8 @@ GitHub Action for [Semantic Release](https://github.com/semantic-release/semanti
|
|||
A simple example
|
||||
```yaml
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
- name: Semantic Release
|
||||
uses: cycjimmy/semantic-release-action@v2
|
||||
env:
|
||||
|
|
@ -41,6 +43,8 @@ steps:
|
|||
An advanced example
|
||||
```yaml
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
- name: Semantic Release
|
||||
uses: cycjimmy/semantic-release-action@v2
|
||||
id: semantic # Need an `id` for output variables
|
||||
|
|
|
|||
Loading…
Reference in a new issue