Finalize release workflow

- Reverted back testing logic
- Removed dry run check for GH release since it creates it as a draf anyways
- Removed artifact_url env as it's no longer needed.
This commit is contained in:
Micaiah Martin 2022-05-02 14:41:42 -06:00
parent f5deff67ed
commit 805dcb63af
1 changed files with 1 additions and 3 deletions

View File

@ -59,7 +59,7 @@ jobs:
- name: Get branch name
id: branch
run: |
BRANCH_NAME="artifacts/electron-builder-publisher-config"
BRANCH_NAME=$(basename ${{ github.ref }})
echo "::set-output name=branch-name::$BRANCH_NAME"
- name: Login to Azure
@ -100,11 +100,9 @@ jobs:
--quiet
- name: Create release
if: ${{ github.event.inputs.release_type != 'Dry Run' }}
uses: ncipollo/release-action@95215a3cb6e6a1908b3c44e00b4fdb15548b1e09 # v2.8.5
env:
PKG_VERSION: ${{ steps.retrieve-version.outputs.package_version }}
ARTIFACT_URL: "https://artifacts.bitwarden.com/desktop"
with:
artifacts: "artifacts/Bitwarden-${{ env.PKG_VERSION }}-amd64.deb,
artifacts/Bitwarden-${{ env.PKG_VERSION }}-x86_64.rpm,