Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
branchseer committed Oct 24, 2021
1 parent 88af1cc commit 0439e6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

jobs:
build:
continue-on-error: ${{ github.event.inputs.nodeVersion }} != "1"
continue-on-error: "${{ github.event.inputs.publish }}" != "1"
strategy:
matrix:
os: [macos-11, windows-2019, ubuntu-20.04]
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
run: python -m scripts.test

gh_release:
if: ${{ github.event.inputs.nodeVersion }} == "1"
if: "${{ github.event.inputs.publish }}" == "1"
needs: build
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 0439e6f

Please sign in to comment.