Skip to content

Commit

Permalink
chore(merge): release-10.1 into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bonita-ci committed May 22, 2024
2 parents 8dd9d52 + 4514ada commit 7e05302
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-application-directory
GH_TOKEN: ${{ secrets.BONITA_CI_PAT }}
run: gh release create ${{ inputs.version }} --generate-notes --repo bonitasoft/bonita-application-directory

0 comments on commit 7e05302

Please sign in to comment.