blob: 69cce0ca557da5da394fd4696eabd4b7893d05ac [file] [log] [blame]
name: Pom version
description: Gets version from the pom.xml file
runs:
using: "composite"
steps:
- id: set-up
run: chmod +x $GITHUB_ACTION_PATH/bash.sh
shell: bash
- id: get-pom-version
run: $GITHUB_ACTION_PATH/bash.sh
shell: bash