summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c99d496a..544fdb16 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -146,7 +146,7 @@ jobs:
fi
fi
echo "vOUT: v$OUT"
- echo name=tag_name::v$OUT >> $GITHUB_OUTPUT
+ echo tag_name=v$OUT >> $GITHUB_OUTPUT
- name: Push tag 📤
uses: rickstaa/action-create-tag@v1.3.2
@@ -235,7 +235,7 @@ jobs:
fi
fi
printf "vOUT: v${OUT}\n"
- echo name=tag_name::v$OUT >> $GITHUB_OUTPUT
+ echo tag_name=v$OUT >> $GITHUB_OUTPUT
- name: Push tag 📤
uses: rickstaa/action-create-tag@v1.3.2