diff --git a/.github/workflows/sample.yml b/.github/workflows/sample.yml index aef31c7..79b9a31 100644 --- a/.github/workflows/sample.yml +++ b/.github/workflows/sample.yml @@ -18,8 +18,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - - name: Update Bundle identifier + - name: Update Plist file uses: dppeak/update-ios-plist-action@v1.0.0 with: info-plist-path: './samples/Info.plist' diff --git a/package-lock.json b/package-lock.json index b72ca4a..9200962 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "update-ios-plist-action", "version": "1.0.0", - "license": "ISC", + "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", "@actions/exec": "^1.1.1", diff --git a/package.json b/package.json index 254af4f..470d2d4 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "setup" ], "author": "dppeak", - "license": "ISC", + "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", "@actions/exec": "^1.1.1",