File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 62
62
- name : Commit release version
63
63
run : |
64
64
VERSION=${{ github.event.inputs.version }}
65
- sed -i -e "s/^\:project-version\:\ .*/:project-version: $VERSION/g" README.adoc
65
+ sed -i -e "s/^\:project-version\:\ \ \ .*/:project-version: $VERSION/g" README.adoc
66
66
git add pom.xml
67
67
git add README.adoc
68
68
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
Original file line number Diff line number Diff line change 1
- ARG TRINO_VERSION=395
1
+ ARG TRINO_VERSION=403
2
2
3
3
FROM docker.io/library/maven:3.8.6-openjdk-18 AS builder
4
4
WORKDIR /root/redis-sql
Original file line number Diff line number Diff line change 3
3
:project-owner: redis-field-engineering
4
4
:project-name: redis-sql
5
5
:project-group: com.redis
6
- :project-version: 0.2.6
6
+ :project-version: 0.2.6
7
7
:project-url: https://github.com/{project-owner}/{project-name}
8
8
:documentation-url: https://{project-owner}.github.io/{project-name}
9
9
You can’t perform that action at this time.
0 commit comments