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 24ed4a6 commit 192a433Copy full SHA for 192a433
.github/workflows/build-and-snapshot.yml
@@ -85,11 +85,6 @@ jobs:
85
uses: actions/download-artifact@v4
86
with:
87
path: dist/ # Specify the directory where artifacts will be downloaded
88
-
89
- - name: Combine all artifacts
90
- run: |
91
- mkdir -p dist
92
- mv dist/*/* dist/ || true
93
94
- uses: thomashampson/delete-older-releases@main
95
@@ -106,7 +101,6 @@ jobs:
106
101
files: dist/*
107
102
prerelease: true
108
103
tag_name: snapshot
109
- overwrite: true
110
104
body: |
111
105
This is a snapshot release of the cf-cli-java-plugin.
112
It includes the latest changes and is not intended for production use.
0 commit comments