Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sfuhrm committed Dec 15, 2022
1 parent 5b47345 commit e36f5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GITTAG="checkmk-java-client-${ARTIFACT_VERSION}"
echo "Git tag: ${GITTAG}"
echo "Please confirm"
read
git --tag ${GITTAG}
git tag ${GITTAG}
git push
git push --tags
mvn -Psonatype-oss-release deploy

0 comments on commit e36f5f4

Please sign in to comment.