diff --git a/.github/workflows/_reusable_tag.yml b/.github/workflows/_reusable_tag.yml index 7dce3c4..6290125 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-user-application \ No newline at end of file + GH_TOKEN: ${{ secrets.BONITA_CI_PAT }} + run: gh release create ${{ inputs.version }} --generate-notes --repo bonitasoft/bonita-user-application \ No newline at end of file