Fix workflow

This commit is contained in:
AB
2020-12-16 18:27:29 +03:00
parent c9e05ec6e2
commit b682587cb5

View File

@ -45,7 +45,7 @@ jobs:
echo ::set-output name=FULL_TAG::${GITHUB_REF/refs\/tags\//} echo ::set-output name=FULL_TAG::${GITHUB_REF/refs\/tags\//}
- name: Get the repo data (git tag) - name: Get the repo data (git tag)
id: get_repo_data id: get_repo_data
- run: | run: |
echo Repo: $GITHUB_REPOSITORY echo Repo: $GITHUB_REPOSITORY
echo ::set-output name=AUTHOR::$(echo "$GITHUB_REPOSITORY" | awk -F / '{print $1}') echo ::set-output name=AUTHOR::$(echo "$GITHUB_REPOSITORY" | awk -F / '{print $1}')
echo ::set-output name=REPO_NAME::$(echo "$GITHUB_REPOSITORY" | awk -F / '{print $2}') echo ::set-output name=REPO_NAME::$(echo "$GITHUB_REPOSITORY" | awk -F / '{print $2}')