diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index fc66ab8..e1ff940 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -70,10 +70,3 @@ jobs: -f target_commitish='main' \ -f name='${{ env.VERSION }}' \ -F prerelease=true \ - - - name: Create Jira release - uses: GeoWerkstatt/create-jira-release@v1 - with: - jira-project-key: 'ILICHECK' - jira-automation-webhook: ${{ secrets.JIRA_AUTOMATION_WEBHOOK }} - build-version: v${{ env.VERSION }}