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 c53d9f7 commit 5f14177Copy full SHA for 5f14177
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
steps:
46
- uses: actions/checkout@v2
47
- name: Check version
48
- run: echo ${{ needs.compute-version.outputs.output1 }}
+ run: echo "${{ needs.compute-version.outputs.output1 }}"
49
- name: Install dotnet deb
50
run: |
51
cd src/PlexRichPresence.UI.Avalonia
0 commit comments