From 1b82f297885516112efdd42916cf28a2e5788463 Mon Sep 17 00:00:00 2001 From: sylvain-guillet Date: Wed, 17 May 2023 21:53:33 +0200 Subject: [PATCH] Update deployment.yml --- .github/workflows/deployment.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 44e45b4d..d5ab3370 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -11,23 +11,6 @@ env: BUILD_TYPE: Release jobs: - create_release: - name: Create release - runs-on: ubuntu-latest - steps: - - name: Create Release - id: create_release - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token - with: - tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} - body: | - Changes in this Release - draft: false - prerelease: false - create_release_artifact: strategy: matrix: