feat: update version to 1.2.55 and adjust Gitea release workflow to remove 'v' prefix from version
This commit is contained in:
		| @@ -71,7 +71,8 @@ jobs: | ||||
|     - name: Read CHANGELOG.md | ||||
|       id: changelog | ||||
|       run: | | ||||
|         VERSION=${{ inputs.gitea_ref_name }} | ||||
|         # Remove 'v' prefix from version if present | ||||
|         VERSION=$(echo "${{ inputs.gitea_ref_name }}" | sed 's/^v//') | ||||
|         CHANGELOG=$(awk "/## \\[$VERSION\\]/{p=1;print;next} /## \\[/ {p=0} p" CHANGELOG.md) | ||||
|         echo "CHANGES<<EOF" >> $GITHUB_OUTPUT | ||||
|         echo "$CHANGELOG" >> $GITHUB_OUTPUT | ||||
|   | ||||
		Reference in New Issue
	
	Block a user