Skip to content

Commit 342d7dd

Browse files
committed
Update BitMono.CLI.yaml
1 parent 11b9f13 commit 342d7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BitMono.CLI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: ncipollo/release-action@v1.14.0
6464
with:
6565
name: BitMono Release v${{ steps.project-build.outputs.version }}
66-
tag: v${{ steps.project-build.outputs.version }}
66+
tag: ${{ steps.project-build.outputs.version }}
6767
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"
6868
token: ${{ secrets.PAT }}
6969
prerelease: ${{ steps.project-build.outputs.is_prerelease }}

0 commit comments

Comments
 (0)