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 6262 - name : Commit release version
6363 run : |
6464 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
6666 git add pom.xml
6767 git add README.adoc
6868 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
22
33FROM docker.io/library/maven:3.8.6-openjdk-18 AS builder
44WORKDIR /root/redis-sql
Original file line number Diff line number Diff line change 33:project-owner: redis-field-engineering
44:project-name: redis-sql
55:project-group: com.redis
6- :project-version: 0.2.6
6+ :project-version: 0.2.6
77:project-url: https://github.com/{project-owner}/{project-name}
88:documentation-url: https://{project-owner}.github.io/{project-name}
99
You can’t perform that action at this time.
0 commit comments