Skip to content

Commit

Permalink
test create release (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelien23 committed Jan 20, 2023
1 parent 305d236 commit 41f7891
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ jobs:
# patch la version dans les pom.xml avec xmllint
sudo apt-get install -y libxml2-utils
#echo -e "setns x=http://maven.apache.org/POM/4.0.0\ncd /x:project/x:version\nset $NEW_TAG\nsave" \
# | xmllint --shell ./pom.xml
echo -e "setns x=http://maven.apache.org/POM/4.0.0\ncd /x:project/x:version\nset $NEW_TAG\nsave" \
| xmllint --shell ./pom.xml
for POM_FILE in $(ls */pom.xml)
do
echo -e "setns x=http://maven.apache.org/POM/4.0.0\ncd /x:project/x:version\nset $NEW_TAG\nsave" \
| xmllint --shell $POM_FILE
done
#for POM_FILE in $(ls */pom.xml)
#do
# echo -e "setns x=http://maven.apache.org/POM/4.0.0\ncd /x:project/x:version\nset $NEW_TAG\nsave" \
# | xmllint --shell $POM_FILE
#done
# création du tag
git add .
Expand Down

0 comments on commit 41f7891

Please sign in to comment.