Skip to content

Commit

Permalink
chore: add debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
mastudillot committed Jun 21, 2024
1 parent cad35a0 commit 062e76c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:

- name: Deploy
run: |
gpg --list-secret-keys
export GPG_TTY=$(tty)
echo "test" | gpg --clearsign
chmod +x scripts/deploy.sh
./scripts/deploy.sh
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ then
then
VERSION_NUMBER=${TAG:1}
echo "on a tag -> set pom.xml <version> to $VERSION_NUMBER"
mvn --settings scripts/settings.xml org.codehaus.mojo:versions-maven-plugin:2.1:set -DnewVersion=$VERSION_NUMBER 1>/dev/null 2>/dev/null
mvn --settings scripts/settings.xml org.codehaus.mojo:versions-maven-plugin:2.1:set -DnewVersion=$VERSION_NUMBER 1>/dev/null 2>/dev/null -e -X
else
echo "Tag does not start with v: ${TAG} keep snapshot version in pom.xml"
fi
Expand Down

0 comments on commit 062e76c

Please sign in to comment.