diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml deleted file mode 100644 index 152279f..0000000 --- a/.github/workflows/publish_release.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Publish Release - -on: - push: - tags: - - v*.*.* - -permissions: - contents: write - pull-requests: read - -jobs: - build: - uses: axonivy-market/github-workflows/.github/workflows/publish-release.yml@v4 - # The 'publish_release' input parameter is used to control whether the release should be published automatically. - # Uncomment and set to 'false' if you want to prevent the release from being published immediately. - # with: - # publish_release: false