Skip to content

Commit ce1ff2b

Browse files
FrostyApeOneFrostyApeOne
authored andcommitted
Fixed invalid variable assignment
1 parent 3edb391 commit ce1ff2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuget-package-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
else
164164
165165
echo "No versions found for package $PACKAGE_ID. Defaulting to 1.0.0."
166-
$NEW_VERSION="1.0.0"
166+
NEW_VERSION="1.0.0"
167167
168168
fi
169169

0 commit comments

Comments
 (0)