Skip to content

Commit

Permalink
Merge pull request #5 from 3scale-labs/add-searchd
Browse files Browse the repository at this point in the history
Add searchd to createTagReleases workflow
  • Loading branch information
jjkiely authored Apr 30, 2024
2 parents 3a8c629 + 45db23c commit 4cb4a74
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/createTagReleases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,13 @@ jobs:
inputs: '{ "tag": "${{ inputs.tag }}", "git_ref": "${{ inputs.git_ref }}"}'
wait-for-completion: true
display-workflow-run-url: true
- name: Create Release for 3scale/searchd
uses: aurelien-baudet/[email protected]
with:
repo: 3scale/searchd
token: ${{secrets.ACCESS_TOKEN_GITHUB}}
workflow: tagRelease.yml
inputs: '{ "tag": "${{ inputs.tag }}", "git_ref": "${{ inputs.git_ref }}"}'
wait-for-completion: true
display-workflow-run-url: true

0 comments on commit 4cb4a74

Please sign in to comment.