fix typo
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Wed, 4 Sep 2024 08:00:32 +0000 (10:00 +0200)
committerGitHub <noreply@github.com>
Wed, 4 Sep 2024 08:00:32 +0000 (10:00 +0200)
.github/workflows/release.yml

index 2932436e59f518287fd8fb15fffed26a4e96c39d..199b272c21548c5c0207eae8b61892324c1d43f9 100644 (file)
@@ -24,7 +24,7 @@ jobs:
         id: vars
         run: >-
           if [[ "${{ inputs.dev_version }}" ]]; then
-            echo "tag=${dev_version}.dev$(git rev-parse --short "$GITHUB_SHA")" >> $GITHUB_OUTPUT
+            echo "tag=${inputs.dev_version}.dev$(git rev-parse --short "$GITHUB_SHA")" >> $GITHUB_OUTPUT
           else
             echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
           fi