Skip to content

Commit

Permalink
Update redpoint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hach-que authored Nov 2, 2024
1 parent efd9599 commit 7d1568f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/redpoint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-latest
outputs:
branch: ${{ steps.extract_branch.outputs.branch }}
targettag: ${{ steps.extract_branch.outputs.targettag }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -150,4 +151,4 @@ jobs:
tag: "${{ needs.get-branch-name.outputs.targettag }}"
commit: ${{ env.GITHUB_SHA }}
body: This release for Clang ${{ needs.get-branch-name.outputs.branch }} was automatically created from a successful build.
generateReleaseNotes: true
generateReleaseNotes: true

0 comments on commit 7d1568f

Please sign in to comment.