mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +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
|
||||
environment: test_ast
|
||||
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
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user