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 7e5d724 commit 7525205Copy full SHA for 7525205
.github/workflows/release.yml
@@ -26,9 +26,9 @@ jobs:
26
27
- name: Check embedded version numbers
28
run: |
29
- version="$(grep -F "uses: ${GITHUB.REPOSITORY}@" README.md | cut -d@ -f2)"
+ version="$(grep -F "uses: ${GITHUB_REPOSITORY}@" README.md | cut -d@ -f2)"
30
if [[ ${version} != "${GITHUB_REF_NAME}" ]]; then
31
- line="$(grep -Fn "uses: ${GITHUB.REPOSITORY}@" README.md | cut -d: -f1)"
+ line="$(grep -Fn "uses: ${GITHUB_REPOSITORY}@" README.md | cut -d: -f1)"
32
printf '::error file=README.md,line=%d::version does not match tag\n' "${line}"
33
rc=1
34
fi
0 commit comments