Delete .github/workflows/azure-pipelines-15.yml #363
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Update iOS version Info.plist | ||
uses: damienaicheh/[email protected] | ||
- name: Update Info.plist | ||
uses: damienaicheh/[email protected] | ||
with: | ||
info-plist-path: "./path_to_your/Info.plist" | ||
bundle-short-version-string: "2.0" | ||
bundle-version: "2" | ||
print-file: true | ||
name: 'Update iOS version Info.plist' | ||
description: 'Update the Info.plist file' | ||
author: 'damienaicheh' | ||
inputs: | ||
info-plist-path: | ||
description: 'Relative path for the Info.plist file.' | ||
required: true | ||
bundle-short-version-string: | ||
description: 'CF Bundle Short Version String' | ||
required: true | ||
bundle-version: | ||
description: 'CF Bundle Version' | ||
required: true | ||
print-file: | ||
description: 'Output the Info.plist file in console' | ||
required: false | ||
runs: | ||
using: 'node12' | ||
main: 'dist/index.js' | ||
branding: | ||
icon: 'file' | ||
color: 'blue' | ||