Release is a builtin action, you can’t modify it.
This action creates a release on a artifact manager. It promotes artifacts.
No Requirement
Example of a pipeline using Release action:
version: v1.0
name: Pipeline1
stages:
- Stage1
jobs:
- job: Job1
stage: Stage1
steps:
- release:
artifacts: (.*).zip
Implementation for artifactory can be found on GitHub