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 daa4820 commit c9a0ee3Copy full SHA for c9a0ee3
.github/workflows/publish_sdk.yml
@@ -22,7 +22,7 @@ jobs:
22
docker pull fossapps/$SERVICE_NAME:$TAG
23
- name: Spin-up Containers
24
run: |
25
- TAG="${GITHUB_REF/refs\/tags\//}"
+ TAG="${GITHUB_REF/refs\/tags\/v/}"
26
TAG=$TAG docker-compose -f ./docker-compose.ci.yml up -d
27
- name: Generate SDKs
28
@@ -31,7 +31,7 @@ jobs:
31
- name: pack
32
33
cd Sdk
34
35
dotnet pack --include-symbols -p:PackageVersion=$TAG -c Release
36
- name: release
37
0 commit comments