Skip to content

Commit dd51e0e

Browse files
authored
build(actions): fix release configuration
1 parent 2a37c16 commit dd51e0e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/workflows.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,14 @@ jobs:
4747
release:
4848
name: Release
4949
runs-on: ubuntu-latest
50-
if: ${{ github.ref == 'master' }}
50+
if: ${{ github.ref == 'refs/heads/master' }}
5151
needs: build
5252
steps:
5353
- uses: actions/checkout@v2
5454
with:
5555
ref: ${{ github.ref }}
5656
- name: Setup Node
5757
uses: actions/setup-node@v1
58-
with:
59-
node-version: ${{ matrix.node }}
6058
- name: Install dependencies
6159
run: npm ci
6260
- name: Run Build

0 commit comments

Comments
 (0)