Skip to content

Commit

Permalink
Let's try to release
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Jul 24, 2024
1 parent 5b255b2 commit fdd6c19
Showing 1 changed file with 24 additions and 20 deletions.
44 changes: 24 additions & 20 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,28 +37,32 @@ jobs:
git_commit_gpgsign: true
fingerprint: '0181A4828FA27B6BE6F1F5A68611CD28F472E006'

- name: Diag
run: |
echo "====================="
echo " Maven"
echo "====================="
mvn -v
echo "====================="
echo " Global settings"
echo "====================="
cat $HOME/.m2/settings.xml
echo ""
echo "====================="
echo " Git config"
echo "====================="
git config -l --global
# - name: Diag
# run: |
# echo "====================="
# echo " Maven"
# echo "====================="
# mvn -v
# echo "====================="
# echo " Global settings"
# echo "====================="
# cat $HOME/.m2/settings.xml
# echo ""
# echo "====================="
# echo " Git config"
# echo "====================="
# git config -l --global

- name: Test
- name: Release
run: |
gpg --sign pom.xml
git add pom.xml.gpg
git commit -m "Sign pom"
git push
mvn -B release:prepare release:perform -Darguments="-DskipTests"
# - name: Test
# run: |
# gpg --sign pom.xml
# git add pom.xml.gpg
# git commit -m "Sign pom"
# git push

# - name: Release
# run: |
Expand Down

0 comments on commit fdd6c19

Please sign in to comment.