-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a2d1833
commit 967ff06
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,9 +76,10 @@ jobs: | |
OSSRH_USER: ${{ secrets.OSSRH_USER }} | ||
OSSRH_PASS: ${{ secrets.OSSRH_PASS }} | ||
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} | ||
VERSION: ${{ github.event.inputs.perform_version }} | ||
# It will still check the remote but hopefully not download much (0 B at 0 B/s). -o isn't safe because of MDEP-82 (see above). | ||
# See https://issues.apache.org/jira/browse/SCM-729 for why the release.properties file is required. | ||
run: | | ||
echo "scm.url=scm\:git\:[email protected]\:${GITHUB_REPOSITORY}.git" > release.properties | ||
echo "scm.tag=${{ github.event.inputs.perform_version }}" >> release.properties | ||
echo "scm.tag=${VERSION}" >> release.properties | ||
mvn ${MAVEN_FLAGS} release:perform |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters