Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit 5165df4

Browse files
committed
Uncomments delete old package workflow
Signed-off-by: Frank Schnicke <frank.schnicke@iese.fraunhofer.de>
1 parent b982e02 commit 5165df4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/maven-publish-snapshots.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
- name: Build with Maven
3030
run: mvn -B package --file pom.xml
3131

32-
- name: Delete old Package
33-
uses: actions/delete-package-versions@v1
34-
with:
35-
package-name: 'io.admin-shell.aas.model'
32+
# - name: Delete old Package
33+
# uses: actions/delete-package-versions@v1
34+
# with:
35+
# package-name: 'io.admin-shell.aas.model'
3636

3737
- name: Publish to GitHub Packages Apache Maven
3838
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml

0 commit comments

Comments
 (0)