Skip to content

Commit 0c2869d

Browse files
authored
Merge pull request #637 from EasyPost/fix_inconsistencies
fix: various inconsistencies
2 parents 3053367 + 89bef85 commit 0c2869d

File tree

4 files changed

+4
-75
lines changed

4 files changed

+4
-75
lines changed

.github/workflows/manual_release_prep.yml

Lines changed: 0 additions & 72 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Release
33
on:
44
release:
55
types: [published]
6+
workflow_dispatch: ~
67

78
jobs:
89
publish:

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ init-examples-submodule:
4545

4646
## install-tools - Install required dotnet tools
4747
install-tools:
48-
dotnet new tool-manifest || exit 0
48+
dotnet new tool-manifest --force || exit 0
4949
dotnet tool install --local security-scan --version 5.6.3 || exit 0
5050
dotnet tool install --local dotnet-format || exit 0
5151
dotnet tool install --local docfx --version 2.60.2 || exit 0
5252

5353
## install-styleguide - Import style guide (Unix only)
54-
install-styleguide: | update-examples-submodule
54+
install-styleguide: | init-examples-submodule
5555
sh examples/symlink_directory_files.sh examples/style_guides/csharp .
5656

5757
## install - Install requirements

scripts/win/build_release_nuget.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ GOTO :eof
5050

5151
:usage
5252
@ECHO:
53-
@ECHO Usage: %0 <PROJECT_NAME> <PATH_TO_STRONG_NAME_CERTIFICATE> <AUTH_CERTIFICATE_FINGERPRINT> <BUILD_MODE>
53+
@ECHO Usage: %0 <PROJECT_NAME> <PATH_TO_STRONG_NAME_CERTIFICATE> <AUTH_CERTIFICATE_SHA1_FINGERPRINT> <AUTH_CERTIFICATE_SHA256_FINGERPRINT> <BUILD_MODE>
5454
GOTO :exitWithError
5555

5656
:commandFailed

0 commit comments

Comments
 (0)