We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f9adb commit 07f8a1aCopy full SHA for 07f8a1a
lib/github-actions-metadata-update.sh
@@ -117,9 +117,10 @@ dotnet test --no-build --verbosity normal -p:TargetFrameworks=net9.0
117
# Cleanup test dependencies
118
rm -rf ${GITHUB_ACTION_WORKING_DIRECTORY}/resources/geocoding.zip
119
rm -rf ${GITHUB_ACTION_WORKING_DIRECTORY}/resources/test/testgeocoding.zip
120
+rm -f ${GITHUB_ACTION_WORKING_DIRECTORY}/key.snk
121
122
cd ${GITHUB_ACTION_WORKING_DIRECTORY}
-git add -A
123
+git add resources/
124
git commit -m "feat: automatic upgrade to ${UPSTREAM_GITHUB_RELEASE_TAG}"
125
git push
126
0 commit comments