Skip to content

Commit

Permalink
Fixes GitHub Action does not delete old packages
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammad Ghazanfar Ali Danish <[email protected]>
  • Loading branch information
mdanish98 committed Mar 22, 2022
1 parent aac1e64 commit 5f06079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: mvn -B package --file pom.xml

- name: Delete old sdk package
uses: actions/delete-package-versions@v1
uses: actions/delete-package-versions@v3
continue-on-error: true
with:
package-name: 'org.eclipse.basyx.basyx.sdk'
Expand Down

0 comments on commit 5f06079

Please sign in to comment.