From 1b6f0fbe3219f22a47362aa805b083062950910d Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Mon, 26 Dec 2022 17:36:56 +0100 Subject: [PATCH] test --- .github/workflows/version.yml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index aee12ae9..c34eaf66 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -1,2 +1,17 @@ -- name: Write Version to File - uses: brettdorrans/write-version-to-file@v1.0.2 +name: Write Version to File +on: + push: + branches: + - master + +jobs: + write-version: + runs-on: ubuntu-latest + name: Write Version to File + steps: + - uses: actions/checkout@master + - name: Update version + id: version + uses: brettdorrans/write-version-to-file@master + with: + filename: '/.VERSION' \ No newline at end of file -- GitLab