From bb6dc363d21ab2ca6c142536de4482e547bf2ea4 Mon Sep 17 00:00:00 2001
From: Arnaud Levy <contact@arnaudlevy.com>
Date: Mon, 26 Dec 2022 17:55:41 +0100
Subject: [PATCH] ref

---
 .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 e8e70fad..ebe8588c 100644
--- a/.github/workflows/version.yml
+++ b/.github/workflows/version.yml
@@ -13,7 +13,7 @@ jobs:
       - name: Get current version
         uses: dolittle/write-version-to-file-action@v2
         with:
-          version: ${{ github.ref_name }}
+          version: ${{ GITHUB_REF }}
           path: ./.osuny-theme-version
           user-email: osuny@noesya.coop
           user-name: osuny-bot
-- 
GitLab