Skip to content

Commit e1712e8

Browse files
committed
feat: add taggs to manifest file
1 parent 7276738 commit e1712e8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/work.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@ jobs:
7171
name: local-og-describer-github
7272
path: ./discovery/local.tar
7373
retention-days: 1
74+
- name: Add Tag to Release
75+
run: |
76+
echo "new_tag=${{ steps.tag_version.outputs.new_tag }}" >> "$GITHUB_OUTPUT"
77+
./update-manifest.sh
78+
working-directory: ./platform
79+
- name: Check manifest file
80+
run: cat ./platform/constants/manifest.yaml
7481
- name: Build Integration Plugin
7582
working-directory: ./platform
7683
run: make build

0 commit comments

Comments
 (0)