From 403d9d1aaa96cbb760d9158cbcf0b17b785e3066 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Mon, 26 Dec 2022 17:49:39 +0100 Subject: [PATCH] version --- .github/workflows/version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index acef3f3e..f3d7dda8 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -17,7 +17,7 @@ jobs: - name: Get current version uses: dolittle/write-version-to-file-action@v2 with: - version: ${{ steps.context.outputs.current-version }} + version: ${{ github.ref_name }} path: ./.osuny-theme-version user-email: osuny@noesya.coop user-name: osuny-bot -- GitLab