Skip to content

Commit

Permalink
Update README.md: recommend v1.0.2 (#21)
Browse files Browse the repository at this point in the history
Recommend the latest v1.0.2.
  • Loading branch information
syncom authored May 21, 2024
1 parent 215f294 commit a1c9ef9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.1'
uses: 'thistletech/ota-release-action@v1.0.2'
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.1'
uses: 'thistletech/ota-release-action@v1.0.2'
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.1'
uses: 'thistletech/ota-release-action@v1.0.2'
with:
release_name: 'OPTIONAL RELEASE NAME'
release_type: 'zip_archive'
Expand Down

0 comments on commit a1c9ef9

Please sign in to comment.