Skip to content

Commit

Permalink
Configure tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
magx2 committed Oct 27, 2024
1 parent 5b28f51 commit 5ab7898
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ jobs:
git config --global user.name 'GitHub Actions'
git config --global user.email '[email protected]'
./gradlew clean releaseVersion -PossrhUsername=ignore -PossrhPassword=ignore2
./gradlew clean releaseVersion \
-PossrhUsername=ignore \
-PossrhPassword=ignore2 \
-Psigning.keyId=ignore3 \
-Psigning.password=ignore4
git add gradle.properties
git commit -m "Update jSuplaVersion to release version in gradle.properties"
Expand Down

0 comments on commit 5ab7898

Please sign in to comment.