From 75a3d28a532516190c1327bfe06d0a77c6c9ad2d Mon Sep 17 00:00:00 2001 From: Romain Bioteau Date: Wed, 22 May 2024 15:40:33 +0200 Subject: [PATCH] chore(gha): fix create release --- .github/workflows/_reusable_tag.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/_reusable_tag.yml b/.github/workflows/_reusable_tag.yml index 6ab1599..bda6cce 100644 --- a/.github/workflows/_reusable_tag.yml +++ b/.github/workflows/_reusable_tag.yml @@ -41,11 +41,6 @@ jobs: git push origin ${{ inputs.version }}:${{ inputs.version }} - name: Create Release - id: create_release - uses: actions/create-release@v1 env: - GITHUB_TOKEN: ${{ secrets.BONITA_CI_PAT }} - with: - tag_name: ${{ inputs.version }} - release_name: Release ${{ inputs.version }} - repo: bonita-application-directory + GH_TOKEN: ${{ secrets.BONITA_CI_PAT }} + run: gh release create ${{ inputs.version }} --generate-notes --repo bonitasoft/bonita-application-directory