File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3333 - name : Read and validate VERSION
3434 id : version
3535 run : |
36- VERSION=$(task version )
36+ VERSION=$(cat ./VERSION )
3737 if [[ ! "$VERSION" =~ ^v[0-9]+\.[0-9]+\.[0-9]+(-dev(-[0-9a-f]*)?)?$ ]]; then
3838 echo "Invalid version format: $VERSION"
3939 exit 1
Original file line number Diff line number Diff line change 3333 - name : Read and validate VERSION
3434 id : version
3535 run : |
36- VERSION=$(task version )
36+ VERSION=$(cat ./VERSION )
3737 if [[ ! "$VERSION" =~ ^v[0-9]+\.[0-9]+\.[0-9]+(-dev(-[0-9a-f]*)?)?$ ]]; then
3838 echo "Invalid version format: $VERSION"
3939 exit 1
7474 git tag -a "${{ env.version }}" -m "Release ${{ env.version }}"
7575 git push origin "${{ env.version }}"
7676
77- NESTED_GO_MODULES="$(task release:list-nested-modules) "
77+ NESTED_GO_MODULES="apis controller-utils "
7878
7979 for MODULE in $NESTED_GO_MODULES; do
8080 git tag -a "${MODULE}/${{ env.version }}" -m "Release ${{ env.version }}"
You can’t perform that action at this time.
0 commit comments