Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Obtain-version

Obtain the version in the plist file

Use in workflow as follows:

    - uses: 2CodersStudio/ActionPlistVersion@main
    id: plistVersion
    with:
      plist-path: PathToInfoPlistFolder/Info.plist
      key: CFBundleShortVersionString
    - name: Get Version
    run: echo Version ${{ steps.plistVersion.outputs.version }}"

About

Retrive the version of the given plist

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages