Skip to content

Commit

Permalink
chore(merge): master into release-10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bonita-ci committed May 22, 2024
2 parents c506f82 + 05d6561 commit 6e8e876
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 6e8e876

Please sign in to comment.