mirror of
https://github.com/bitwarden/desktop.git
synced 2025-01-06 18:47:51 +01:00
removing the testing task
This commit is contained in:
parent
e3da2013f2
commit
ebdf160378
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@ -111,15 +111,6 @@ jobs:
|
|||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
environment: test_ast
|
environment: test_ast
|
||||||
steps:
|
steps:
|
||||||
- name: Testing workflow_dispatch input
|
|
||||||
shell: pwsh
|
|
||||||
run: |
|
|
||||||
Write-Host "Version: $($env:RELEASE_TAG_NAME)"
|
|
||||||
Write-Host "Release Tag Name: $($env:RELEASE_TAG_NAME.TrimStart('v'))"
|
|
||||||
exit 1
|
|
||||||
env:
|
|
||||||
RELEASE_TAG_NAME: ${{ github.event.inputs.release_tag_name }}
|
|
||||||
|
|
||||||
- name: Set up dotnet
|
- name: Set up dotnet
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user