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 d159c2c commit 88af1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
run: python -m scripts.test

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

0 comments on commit 88af1cc

Please sign in to comment.