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 8ac1b6a commit e359b15Copy full SHA for e359b15
1 file changed
.github/workflows/publish-public.yaml
@@ -41,7 +41,7 @@ jobs:
41
env:
42
GITHUB_TOKEN: ${{ github.token }}
43
run: |
44
- set -euxo pipefail
+ set -euo pipefail
45
version=$(git describe --tags --abbrev=7 | tr -d "v")
46
dotnet pack --configuration Release SnD.ApiClient.csproj
47
@@ -60,7 +60,7 @@ jobs:
60
61
62
63
64
65
dotnet pack --configuration Release SnD.ApiClient.Azure.csproj
66
0 commit comments