From a20419d8555dd6aacd7a11cedd89327d734cf769 Mon Sep 17 00:00:00 2001 From: Damien AICHEH Date: Fri, 14 May 2021 22:12:58 +0200 Subject: [PATCH] Update sample. --- .github/workflows/sample.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sample.yml b/.github/workflows/sample.yml index a95bab0..f5c1810 100644 --- a/.github/workflows/sample.yml +++ b/.github/workflows/sample.yml @@ -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' diff --git a/README.md b/README.md index 02b36c3..5674dd6 100644 --- a/README.md +++ b/README.md @@ -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'