Skip to content

Commit

Permalink
Remove "ignored" props
Browse files Browse the repository at this point in the history
  • Loading branch information
magx2 committed Oct 28, 2024
1 parent fffdfe7 commit 0c05a2b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ jobs:
git config --global user.name 'GitHub Actions'
git config --global user.email '[email protected]'
./gradlew clean releaseVersion \
-Psigning.keyId=ignore3 \
-Psigning.password=ignore4
./gradlew clean releaseVersion
git add gradle.properties
git commit -m "Update jSuplaVersion to release version in gradle.properties"
Expand Down

0 comments on commit 0c05a2b

Please sign in to comment.