Skip to content

Commit 7847ab1

Browse files
committed
Fix repo owner in publish job
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 9d97fc8 commit 7847ab1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: Get TAG
2727
id: get_tag
2828
run: echo TAG=${GITHUB_REF#refs/tags/} >> $GITHUB_ENV
29+
- name: Get Repo Owner
30+
id: get_repo_owner
31+
run: echo "REPO_OWNER=$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')" > $GITHUB_ENV
2932

3033
- name: Set up QEMU
3134
uses: docker/setup-qemu-action@v2

0 commit comments

Comments
 (0)