We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7276738 commit e1712e8Copy full SHA for e1712e8
.github/workflows/work.yaml
@@ -71,6 +71,13 @@ jobs:
71
name: local-og-describer-github
72
path: ./discovery/local.tar
73
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
81
- name: Build Integration Plugin
82
working-directory: ./platform
83
run: make build
0 commit comments