Skip to content

Commit aeb9eb3

Browse files
committed
fix: Actions
1 parent ab6edc8 commit aeb9eb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
run: |
8282
declare -i REVISION
8383
REVISION=5000+$GITHUB_RUN_NUMBER
84-
bake run --convention=Release --build-version 1.0.$REVISION --destination="nuget>github,nuget,release>github"
84+
bake run --convention=Release --build-version 1.0.$REVISION --destination="nuget>github,release>github"
8585
8686
- name: Upload test results
8787
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)