Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mimartin12 authored Feb 14, 2022
1 parent b2da01e commit eb60406
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ jobs:

snap:
name: Deploy Snap
if: false
runs-on: ubuntu-20.04
needs: setup
env:
Expand Down Expand Up @@ -134,7 +133,6 @@ jobs:
choco:
name: Deploy Choco
if: false
runs-on: windows-2019
needs: setup
env:
Expand Down Expand Up @@ -172,6 +170,7 @@ jobs:
name: Publish NPM
runs-on: ubuntu-20.04
needs: setup
if: false
env:
_PKG_VERSION: ${{ needs.setup.outputs.package_version }}
steps:
Expand Down

0 comments on commit eb60406

Please sign in to comment.