Skip to content

Commit 2640412

Browse files
update release.yml (#2)
1 parent 14915f5 commit 2640412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
echo "GITHUB_REF: ${GITHUB_REF}"
2626
# The GITHUB_REF should be something like "refs/tags/v1.2.3"
2727
# Make sure the package version is the same as the tag
28-
grep -Rq "^Version: ${GITHUB_REF:11}$" better_optimize.egg-info/PKG-INFO
28+
grep -Rq "^Version: ${GITHUB_REF:11}$" edgar_connect.egg-info/PKG-INFO
2929
- uses: actions/upload-artifact@v4
3030
with:
3131
name: bdist

0 commit comments

Comments
 (0)