Skip to content

Commit

Permalink
chore(gha): fix create release
Browse files Browse the repository at this point in the history
  • Loading branch information
rbioteau committed May 22, 2024
1 parent e9f090a commit 6ed2d48
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/_reusable_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
GH_TOKEN: ${{ secrets.BONITA_CI_PAT }}
run: gh release create ${{ inputs.version }} --generate-notes --repo bonitasoft/bonita-user-application

0 comments on commit 6ed2d48

Please sign in to comment.