Skip to content

Commit 61b33df

Browse files
authored
Update dev-autopublish.yml
1 parent d640350 commit 61b33df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dev-autopublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Get Project Version
3232
id: base_version
33-
run: version=$(grep '<Version>' < *.csproj | sed 's/.*<Version>\(.*\)<\/Version>/\1/')
33+
run: version=$(grep '<Version>' < Amino.NET.csproj | sed 's/.*<Version>\(.*\)<\/Version>/\1/')
3434
echo "::set-output name=version::$version"
3535

3636
- name: Pack

0 commit comments

Comments
 (0)