From bca5c20cddd1cccc5c5f6dbb2e1bc44c7a6fb5ab Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Mon, 26 Dec 2022 17:35:47 +0100 Subject: [PATCH] version --- .github/workflows/version.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/workflows/version.yml diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml new file mode 100644 index 00000000..aee12ae9 --- /dev/null +++ b/.github/workflows/version.yml @@ -0,0 +1,2 @@ +- name: Write Version to File + uses: brettdorrans/write-version-to-file@v1.0.2 -- GitLab