Skip to content

Commit

Permalink
fix: get rid of release.sh and .releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
triplem committed Dec 22, 2024
1 parent 53f0864 commit cf6b6ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,11 @@ jobs:
[
"@semantic-release/exec",
{
'prepareCmd' : "./gradlew clean assemble",
'publishCmd' : "./gradlew -Pversion=${nextRelease.version} publish --no-configuration-cache"
"prepareCmd" : "./gradlew clean assemble",
"publishCmd" : "./gradlew -Pversion=${nextRelease.version} publish --no-configuration-cache"
}
]
]
id: semantic
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit cf6b6ae

Please sign in to comment.