mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
disabling the task versus the job
This commit is contained in:
parent
de333ef82c
commit
b1fa166dc2
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -11,7 +11,6 @@ on:
|
||||
jobs:
|
||||
setup:
|
||||
runs-on: ubuntu-latest
|
||||
if: false
|
||||
outputs:
|
||||
release_upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
steps:
|
||||
@ -25,6 +24,7 @@ jobs:
|
||||
RELEASE_TAG_NAME: ${{ github.event.inputs.release_tag_name }}
|
||||
|
||||
- name: Create Draft Release
|
||||
if: false
|
||||
id: create_release
|
||||
uses: actions/create-release@v1
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user