We need to use this action but we don't want to rely on a develop tag: uses: sslcom/esigner-codesign@develop and we'd like to use a release tag. However, it looks like the latest changes including batch_sign were not released and the last release is from March
When a new release is planned?
# Overrides the input file after signing, if this parameter is set and no -output_dir_path parameter
override: false
We need to use this action but we don't want to rely on a
develop
tag:uses: sslcom/esigner-codesign@develop
and we'd like to use a release tag. However, it looks like the latest changes includingbatch_sign
were not released and the last release is from MarchWhen a new release is planned?
PS. This should be overwrite, not override.