mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
creating quick test of the workflow dispatch input
This commit is contained in:
parent
686b6931dc
commit
1a3cfb5201
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -111,6 +111,15 @@ 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.input.release_tag_name }}
|
||||
|
||||
- name: Set up dotnet
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
@ -356,7 +365,6 @@ jobs:
|
||||
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
|
||||
|
||||
- name: Upload release assets
|
||||
shell: pwsh
|
||||
run: |
|
||||
hub release edit `
|
||||
-a ./dist/mas/Bitwarden-${{ env.PACKAGE_VERSION }}.pkg `
|
||||
|
Loading…
Reference in New Issue
Block a user