Manage Localazy's release tags. For full overview please visit the documentation.
Optional Defines the working directory where to invoke Localazy CLI command.
Optional The filename of the configuration file. Default: localazy.json
Optional The filename of the key file.
Optional The read key for the project on Localazy. Can be defined in the config or key file but we recommend to use Github Secrets.
Optional The write key for the project on Localazy. Can be defined in the config or key file but we recommend to use Github Secrets.
Optional List existing release tags.
Optional Publish tag.
Optional Promote tag's state into promote_to state and overwrite it's state. promote_to
must also be defined.
Optional Promotion target of the promote_from tag. promote_from
must also be defined.
Optional Name of the tag you want to rename. rename_to
must also be defined.
Optional New name of the rename_from tag. rename_from
must also be defined.
Optional Name of the tag you want to delete.
Optional Merge tag's state into merge_to tag. merge_to
and merge_output
must also be defined.
Optional Merge target of the merge_from tag. merge_from
and merge_output
must also be defined.
Optional Name of the output tag of the merge operation. merge_from
and merge_output
must also be defined.
Optional Parameters for the merge operation. See available options. Invoked only when merge_from
, merge_to
and merge_output
are defined.
uses: localazy/tag@v1
with:
read_key: ${{ secrets.LOCALAZY_READ_KEY }}
write_key: ${{ secrets.LOCALAZY_WRITE_KEY }}
merge_from: 'renamed-tag'
merge_to: 'new-tag-2'
merge_output: 'merged-tag'
merge_parameters: '--no-arrays-checks'