From 493ac7a948041bc1b5b069f8ba10dc59a56a8572 Mon Sep 17 00:00:00 2001 From: Old Man Umby Date: Tue, 8 Mar 2022 18:07:11 -0600 Subject: [PATCH] Install Git Version --- .github/workflows/action.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/action.yml diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml new file mode 100644 index 0000000..7d26cbf --- /dev/null +++ b/.github/workflows/action.yml @@ -0,0 +1,13 @@ +- name: Git Version + # You may pin to the exact commit or the version. + # uses: codacy/git-version@fa06788276d7492a2af01662649696d249ecf4cb + uses: codacy/git-version@2.4.0 + with: + # The name of the release branch + release-branch: # default is master + # The name of the dev branch + dev-branch: # default is dev + # The prefix to use in the version + prefix: # optional + # The paths to be used to calculate changes (comma-separated) + log-paths: # optional, default is ./