Skip to content

Commit

Permalink
Update dev-autopublish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioGaming committed Apr 17, 2024
1 parent d640350 commit 61b33df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-autopublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

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

- name: Pack
Expand Down

0 comments on commit 61b33df

Please sign in to comment.