Skip to content

Commit

Permalink
ci: tag new profiles module on release (#2227)
Browse files Browse the repository at this point in the history
  • Loading branch information
blumamir authored Jan 14, 2025
1 parent 6d41379 commit 4896caf
Showing 1 changed file with 4 additions and 24 deletions.
28 changes: 4 additions & 24 deletions .github/workflows/publish-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,36 +38,16 @@ jobs:
run: |
curl -X POST -H 'Content-type: application/json' --data '{"description":"Tagging odigos modules so they can be consumed as libraries", "tag":"${{ steps.extract_tag.outputs.tag }}"}' ${{ env.SLACK_WEBHOOK_URL }}
- name: tag api
- name: tag modules
run: |
git tag api/${{ steps.extract_tag.outputs.tag }}
- name: tag common
run: |
git tag common/${{ steps.extract_tag.outputs.tag }}
- name: tag k8sutils
run: |
git tag instrumentation/${{ steps.extract_tag.outputs.tag }}
git tag k8sutils/${{ steps.extract_tag.outputs.tag }}
- name: tag procdiscovery
run: |
git tag procdiscovery/${{ steps.extract_tag.outputs.tag }}
- name: tag odiglet
run: |
git tag odiglet/${{ steps.extract_tag.outputs.tag }}
- name: tag opampserver
run: |
git tag opampserver/${{ steps.extract_tag.outputs.tag }}
- name: tag instrumentation
run: |
git tag instrumentation/${{ steps.extract_tag.outputs.tag }}
- name: Push Module Tags
run: |
git tag procdiscovery/${{ steps.extract_tag.outputs.tag }}
git tag profiles/${{ steps.extract_tag.outputs.tag }}
git push origin --tags
- name: Trigger Release PR in Odigos Enterprise
Expand Down

0 comments on commit 4896caf

Please sign in to comment.