Skip to content

Commit 5f14177

Browse files
committed
Debug release
1 parent c53d9f7 commit 5f14177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@v2
4747
- name: Check version
48-
run: echo ${{ needs.compute-version.outputs.output1 }}
48+
run: echo "${{ needs.compute-version.outputs.output1 }}"
4949
- name: Install dotnet deb
5050
run: |
5151
cd src/PlexRichPresence.UI.Avalonia

0 commit comments

Comments
 (0)