Skip to content

Commit

Permalink
README.md: Uses rolling version v1 in examples (#23)
Browse files Browse the repository at this point in the history
Use rolling version v1 in examples. v1 points to the latest v1.x.x
version.
  • Loading branch information
syncom authored May 22, 2024
1 parent dccede1 commit a888980
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
...
- name: 'OTA Release'
uses: 'thistletech/ota-release-action@v1.0.2'
uses: 'thistletech/ota-release-action@v1'
with:
release_name: 'OPTIONAL RELEASE NAME'
release_type: 'file'
Expand All @@ -71,7 +71,7 @@ the "OTA Release" step as
```yaml
- name: 'OTA Release'
uses: 'thistletech/ota-release-action@v1.0.2'
uses: 'thistletech/ota-release-action@v1'
with:
release_name: 'OPTIONAL RELEASE NAME'
release_type: 'rootfs'
Expand All @@ -87,7 +87,7 @@ For zip archive update, configure the "OTA Release" step as
```yaml
- name: 'OTA Release'
uses: 'thistletech/ota-release-action@v1.0.2'
uses: 'thistletech/ota-release-action@v1'
with:
release_name: 'OPTIONAL RELEASE NAME'
release_type: 'zip_archive'
Expand Down Expand Up @@ -119,4 +119,3 @@ For zip archive update, configure the "OTA Release" step as
| <a name="input_zip_archive_dir"></a>[zip_archive_dir](#input_zip_archive_dir) | string | false | | Path to the directory whose <br>content will be zipped before <br>releasing. Required only if release_type <br>is "zip_archive" |
<!-- AUTO-DOC-INPUT:END -->

0 comments on commit a888980

Please sign in to comment.