Skip to content

Commit

Permalink
ci: build distributions as part of release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
florianesser committed Jun 7, 2024
1 parent e2f5f19 commit 2419f0a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
# set to null to reference an issue without action (but will still show it "closes" the issue in the changelog)
# referenceActions: null
- "@semantic-release/changelog"
- - "@semantic-release/exec"
- prepareCmd: bash -c "rm -rf ./build/distributions && ./gradlew assembleDist"
- - "@semantic-release/git"
- assets:
- CHANGELOG.md
- "@semantic-release/github"
- "@semantic-release/github"
- assets:
- build/distributions/*

0 comments on commit 2419f0a

Please # to comment.