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 3fdc5e9 commit 2642bc4Copy full SHA for 2642bc4
2 files changed
.github/workflows/build.yml
@@ -66,6 +66,8 @@ jobs:
66
67
- name: 🧪 test
68
uses: ./.github/workflows/test
69
+ env:
70
+ AZURE_WEBPUBSUB: ${{ secrets.AZURE_WEBPUBSUB }}
71
72
- name: 📦 pack
73
run: dotnet pack -m:1
.github/workflows/publish.yml
@@ -26,7 +26,9 @@ jobs:
26
27
28
29
-
30
31
+
32
33
run: dotnet pack -m:1 -p:version=${GITHUB_REF#refs/*/v}
34
0 commit comments