We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab6edc8 commit aeb9eb3Copy full SHA for aeb9eb3
1 file changed
.github/workflows/release.yml
@@ -81,7 +81,7 @@ jobs:
81
run: |
82
declare -i REVISION
83
REVISION=5000+$GITHUB_RUN_NUMBER
84
- bake run --convention=Release --build-version 1.0.$REVISION --destination="nuget>github,nuget,release>github"
+ bake run --convention=Release --build-version 1.0.$REVISION --destination="nuget>github,release>github"
85
86
- name: Upload test results
87
uses: actions/upload-artifact@v2
0 commit comments