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: