Repository :
https://github.com/colorer/Colorer-schemes
On branch : master
Link :
https://github.com/colorer/Colorer-schemes/commit/436f5b18496952c3264402ff3adce99c07f31759
>---------------------------------------------------------------
commit 436f5b18496952c3264402ff3adce99c07f31759
Author: Aleksey Dobrunov <
cta...@ctapmex.com>
Date: Sun Sep 6 00:02:48 2026 +0500
ci: change name of artifacts
>---------------------------------------------------------------
436f5b18496952c3264402ff3adce99c07f31759
.github/workflows/release.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index e403aae..a381ae9 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
- name: Get version
shell: bash
run: |
- export RELEASE_VERSION=$(cat version.txt).$GITHUB_RUN_NUMBER
+ export RELEASE_VERSION=v$(cat version.txt).$GITHUB_RUN_NUMBER
echo "version=$RELEASE_VERSION">> $GITHUB_ENV
sed -i "s/\[Unreleased\]/\[$RELEASE_VERSION\]/g" CHANGELOG.md