We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11b9f13 commit 342d7ddCopy full SHA for 342d7dd
.github/workflows/BitMono.CLI.yaml
@@ -63,7 +63,7 @@ jobs:
63
uses: ncipollo/release-action@v1.14.0
64
with:
65
name: BitMono Release v${{ steps.project-build.outputs.version }}
66
- tag: v${{ steps.project-build.outputs.version }}
+ tag: ${{ steps.project-build.outputs.version }}
67
artifacts: "./src/BitMono.CLI/bin/Release/${{ matrix.target-framework }}/${{ matrix.runtime }}/BitMono-v${{ steps.project-build.outputs.version }}-CLI-${{ matrix.target-framework }}-${{ matrix.runtime }}.zip"
68
token: ${{ secrets.PAT }}
69
prerelease: ${{ steps.project-build.outputs.is_prerelease }}
0 commit comments