We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a37c16 commit dd51e0eCopy full SHA for dd51e0e
.github/workflows/workflows.yaml
@@ -47,16 +47,14 @@ jobs:
47
release:
48
name: Release
49
runs-on: ubuntu-latest
50
- if: ${{ github.ref == 'master' }}
+ if: ${{ github.ref == 'refs/heads/master' }}
51
needs: build
52
steps:
53
- uses: actions/checkout@v2
54
with:
55
ref: ${{ github.ref }}
56
- name: Setup Node
57
uses: actions/setup-node@v1
58
- with:
59
- node-version: ${{ matrix.node }}
60
- name: Install dependencies
61
run: npm ci
62
- name: Run Build
0 commit comments