Skip to content

Commit 192a433

Browse files
committed
Improve alias generation
1 parent 24ed4a6 commit 192a433

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build-and-snapshot.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@ jobs:
8585
uses: actions/download-artifact@v4
8686
with:
8787
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
9388

9489
- uses: thomashampson/delete-older-releases@main
9590
with:
@@ -106,7 +101,6 @@ jobs:
106101
files: dist/*
107102
prerelease: true
108103
tag_name: snapshot
109-
overwrite: true
110104
body: |
111105
This is a snapshot release of the cf-cli-java-plugin.
112106
It includes the latest changes and is not intended for production use.

0 commit comments

Comments
 (0)