diff --git a/.github/workflows/zn-m2.yml b/.github/workflows/zn-m2.yml index 7c75435c..98f672b0 100644 --- a/.github/workflows/zn-m2.yml +++ b/.github/workflows/zn-m2.yml @@ -192,3 +192,8 @@ jobs: delete_workflows: true workflows_keep_day: 3 gh_token: ${{ secrets.GITHUB_TOKEN }} + + - name: Delete Tags without Release + uses: fabriziocacicia/delete-tags-without-release-action@v0.1.0 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file