@@ -31,26 +31,31 @@ jobs:
3131
3232 - name : Delete old dataformat-parent package
3333 uses : actions/delete-package-versions@v1
34+ continue-on-error : true
3435 with :
3536 package-name : ' io.admin-shell.aas.dataformat-parent'
3637
3738 - name : Delete old dataformat-core package
3839 uses : actions/delete-package-versions@v1
40+ continue-on-error : true
3941 with :
4042 package-name : ' io.admin-shell.aas.dataformat-core'
4143
4244 - name : Delete old dataformat-aasx package
4345 uses : actions/delete-package-versions@v1
46+ continue-on-error : true
4447 with :
4548 package-name : ' io.admin-shell.aas.dataformat-aasx'
4649
4750 - name : Delete old dataformat-xml package
4851 uses : actions/delete-package-versions@v1
52+ continue-on-error : true
4953 with :
5054 package-name : ' io.admin-shell.aas.dataformat-xml'
5155
5256 - name : Delete old dataformat-aml package
5357 uses : actions/delete-package-versions@v1
58+ continue-on-error : true
5459 with :
5560 package-name : ' io.admin-shell.aas.dataformat-aml'
5661
@@ -61,15 +66,17 @@ jobs:
6166
6267 - name : Delete old dataformat-json package
6368 uses : actions/delete-package-versions@v1
69+ continue-on-error : true
6470 with :
6571 package-name : ' io.admin-shell.aas.dataformat-json'
6672
6773 - name : Delete old validator package
6874 uses : actions/delete-package-versions@v1
75+ continue-on-error : true
6976 with :
7077 package-name : ' io.admin-shell.aas.validator'
7178
7279 - name : Publish to GitHub Packages Apache Maven
7380 run : mvn deploy -s $GITHUB_WORKSPACE/settings.xml
7481 env :
75- GITHUB_TOKEN : ${{ github.token }}
82+ GITHUB_TOKEN : ${{ github.token }}
0 commit comments