You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
382 B
382 B
Version Bump Action
A Github Action that will replace versions in JSON, PLIST, and XML files. Specifically created for interacting with AndroidManifest, iOS development plists, and Node package JSON files.
Usage
- name: Bump Android Version
uses: ./version-bump
with:
version: ${{ github.event.inputs.version_number }}
file_path: "./AndroidManifest.xml"