Skip to content

Commit

Permalink
Update sample.
Browse files Browse the repository at this point in the history
  • Loading branch information
damienaicheh committed May 14, 2021
1 parent 56dc05b commit a20419d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Update Info.plist
uses: damienaicheh/update-ios-version-info-plist-action@1.0.0
- name: Update iOS version Info.plist
uses: damienaicheh/update-ios-version-info-plist-action@v1.0.0
with:
info-plist-path: './samples/Info.plist'
bundle-short-version-string: '2.0'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Output the Info.plist file in console before and after update.

```yaml
- name: Update Info.plist
uses: damienaicheh/update-ios-version-info-plist-action@1.0.0
uses: damienaicheh/update-ios-version-info-plist-action@v1.0.0
with:
info-plist-path: './path_to_your/Info.plist'
bundle-short-version-string: '2.0'
Expand Down

0 comments on commit a20419d

Please sign in to comment.