Skip to content

Commit

Permalink
Update publish-nuget action
Browse files Browse the repository at this point in the history
  • Loading branch information
timcassell committed May 15, 2023
1 parent e2d6a99 commit b698aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "version ${VERSION} not found in ProtoPromiseUnityHelpers.csproj"
exit 1
fi
if ! grep -q "\"version\": \"${VERSION}\"" ProtoPromise_Unity/Assets/Plugins/ProtoPromise/package.json; then
if ! grep -q "\"version\": \"${VERSION}\"" Package/package.json; then
echo "version ${VERSION} not found in package.json"
exit 1
fi
Expand Down

0 comments on commit b698aaf

Please sign in to comment.