Skip to content

Commit

Permalink
Fix release workflow (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhardy committed Apr 14, 2020
1 parent 41f4430 commit 10a492d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -49,7 +49,8 @@ jobs:

release:
name: Release
if: github.ref == 'master'
needs: build
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
Expand Down

0 comments on commit 10a492d

Please sign in to comment.