Update mock-mobile.yaml
Added release tag prefix to exclude disambiguation with other tools
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user