We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc39e5 commit 209beddCopy full SHA for 209bedd
.github/workflows/publish.yml
@@ -199,7 +199,7 @@ jobs:
199
path: build/jreleaser-windows
200
- name: "Update chocolatey package source"
201
run: |
202
- cp -r build/jreleaser-windows/package/spotless-cli/chocolatey .
+ cp -r build/jreleaser-windows/package/spotless-cli/chocolatey/* .
203
rm spotless-cli/*.nupkg
204
rm -r build/
205
- name: "Commit and push changes"
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Fixed
11
+
12
+- Fix automated chocolatey source package publishing
13
14
## [0.3.0] - 2025-09-03
15
16
### Added
0 commit comments