Skip to content

Commit

Permalink
Diagnostic for release-workflows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Jan 4, 2024
1 parent db866b9 commit 8b257d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@ jobs:
latestRelease=0
fi
echo $latestRelease
releaseVersion=v$(($latestRelease + 1))
echo $releaseVersion
for file in ./.github/workflows/spring-*; do
sed -i "1,/WORKFLOWS_REF:.*/s/WORKFLOWS_REF:.*/WORKFLOWS_REF: $releaseVersion/" $file
done
Expand Down

0 comments on commit 8b257d1

Please sign in to comment.