File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,18 +102,18 @@ jobs:
102102 tag_name : ${{ steps.version.outputs.tag }}
103103 name : Release ${{ steps.version.outputs.tag }}
104104 generate_release_notes : true
105-
105+
106106 - name : Publish Artifact Hub metadata branch
107107 run : |
108108 sudo wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64
109109 sudo chmod +x /usr/local/bin/yq
110110
111- VERSION="${{ steps.version.outputs.version }}"
112- TAG="${{ steps.version.outputs.tag }}"
113- TARBALL="${{ steps.package.outputs.tarball }}"
114- CHECKSUM="${{ steps.package.outputs.checksum }}"
115- ARCHIVE_URL="https://github.com/${{ github.repository }}/releases/download/${TAG}/${TARBALL}"
116- CREATED_AT="$(date -u +"%Y-%m-%dT%H:%M:%SZ")"
111+ export VERSION="${{ steps.version.outputs.version }}"
112+ export TAG="${{ steps.version.outputs.tag }}"
113+ export TARBALL="${{ steps.package.outputs.tarball }}"
114+ export CHECKSUM="${{ steps.package.outputs.checksum }}"
115+ export ARCHIVE_URL="https://github.com/${{ github.repository }}/releases/download/${TAG}/${TARBALL}"
116+ export CREATED_AT="$(date -u +"%Y-%m-%dT%H:%M:%SZ")"
117117
118118 WORKDIR="$(mktemp -d)"
119119
You can’t perform that action at this time.
0 commit comments