Skip to content

Commit 6151008

Browse files
committed
Again fixing actions
1 parent 571c82d commit 6151008

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- '*'
66
- '!master'
77
pull_request:
8-
braches:
8+
branches:
99
- 'master'
1010
jobs:
1111
build:

.github/workflows/publish.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
name: NPM Publish
1+
name: npm publish
22
on:
33
push:
44
branches:
55
- master
6-
76
jobs:
87
publish:
98
runs-on: macos-11.0
109
steps:
11-
- uses: actions/checkout@v2
10+
- name: checkout
11+
uses: actions/checkout@v2
1212
- name: node v12
1313
uses: actions/setup-node@v1
1414
with:
@@ -30,4 +30,3 @@ jobs:
3030
dry-run: true
3131
env:
3232
CI: true
33-

0 commit comments

Comments
 (0)