We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7990f46 commit d8e82ceCopy full SHA for d8e82ce
.github/workflows/publish-beta.yml
@@ -27,6 +27,7 @@ jobs:
27
7.x
28
8.x
29
9.x
30
+ 10.x
31
- name: Get Version
32
run: echo "VERSION=$(date '+%Y.%m%d-beta%H%M')" >> $GITHUB_ENV
33
- name: Build
.github/workflows/publish.yml
@@ -19,6 +19,7 @@ jobs:
19
20
21
22
23
24
run: echo "VERSION=$(date '+%Y.%m%d')" >> $GITHUB_ENV
25
.github/workflows/test.yml
@@ -21,6 +21,7 @@ jobs:
26
run: |
dotnet build -c Release
0 commit comments