1
0

Update mock-mobile.yaml

Added release tag prefix to exclude disambiguation with other tools
This commit is contained in:
2022-04-22 15:56:09 +03:00
committed by GitHub
parent e4d902e1b8
commit ff93ebc564
+2 -2
View File
@@ -40,6 +40,6 @@ jobs:
- name: Create GitHub Release
uses: ncipollo/release-action@v1
with:
tag: ${{ github.run_id }}-${{ github.run_number }}
tag: MockMobile-${{ github.run_id }}/${{ github.run_number }}
artifacts: "MockMobile/bin/Debug/net6.0/win-x64/publish/MockMobile.exe,MockMobile/bin/Debug/net6.0/win-x64/publish/MockMobile.pdb"
token: ${{ secrets.GH_TOKEN }}
token: ${{ secrets.GH_TOKEN }}