Skip to content

Commit

Permalink
#11 Syntax error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
iBrotNano committed Mar 2, 2023
1 parent 945f9e2 commit 1d33a1a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
- name: Versioning
run: |
echo "Package version is $PACKAGE_VERSION"
&& echo "File version is $FILE_VERSION"
&& echo "Assembly version is $ASSEMBLY_VERSION"
&& sed -i -e "s/<PackageVersion>4.7.11<\/PackageVersion>/<PackageVersion>$PACKAGE_VERSION<\/PackageVersion>/g" Directory.Build.props
&& sed -i -e "s/<FileVersion>4.7.1.1<\/FileVersion>/<FileVersion>$FILE_VERSION<\/FileVersion>/g" Directory.Build.props
&& sed -i -e "s/<InformationalVersion>4.7.11<\/InformationalVersion>/<InformationalVersion>$PACKAGE_VERSION<\/InformationalVersion>/g" Directory.Build.props
&& sed -i -e "s/<AssemblyVersion>4.7.1.1<\/AssemblyVersion>/<AssemblyVersion>$ASSEMBLY_VERSION<\/AssemblyVersion>/g" Directory.Build.props
&& sed -i -e "s/4.7.1.1/$PACKAGE_VERSION/g" README.md
echo "File version is $FILE_VERSION"
echo "Assembly version is $ASSEMBLY_VERSION"
sed -i -e "s/<PackageVersion>4.7.11<\/PackageVersion>/<PackageVersion>$PACKAGE_VERSION<\/PackageVersion>/g" Directory.Build.props
sed -i -e "s/<FileVersion>4.7.1.1<\/FileVersion>/<FileVersion>$FILE_VERSION<\/FileVersion>/g" Directory.Build.props
sed -i -e "s/<InformationalVersion>4.7.11<\/InformationalVersion>/<InformationalVersion>$PACKAGE_VERSION<\/InformationalVersion>/g" Directory.Build.props
sed -i -e "s/<AssemblyVersion>4.7.1.1<\/AssemblyVersion>/<AssemblyVersion>$ASSEMBLY_VERSION<\/AssemblyVersion>/g" Directory.Build.props
sed -i -e "s/4.7.1.1/$PACKAGE_VERSION/g" README.md
- name: pkgdeps/git-tag-action
uses: pkgdeps/git-tag-action@v2.0.1
with:
Expand Down

0 comments on commit 1d33a1a

Please sign in to comment.