1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-18 02:41:15 +02:00

Merge pull request #659 from bitwarden/fix-mac-release

disabling the task versus the job
This commit is contained in:
Joseph Flinn 2021-01-22 13:02:27 -08:00 committed by GitHub
commit 49808cc3f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: