Skip to content

Commit e6886af

Browse files
authored
Removed download of node and fixed script and folder of publish (#328)
1 parent 8a42bd0 commit e6886af

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,13 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- uses: actions/setup-node@v1
13-
with:
14-
node-version: 12
15-
registry-url: https://registry.npmjs.org/
1612
- name: Install dependencies
1713
run: yarn install
1814
- name: Build
19-
run: yarn build-ci
15+
run: yarn build
2016
- name: Check release validity
2117
run: sh scripts/check-release.sh
2218
- name: Publish
23-
run: npm publish dist/
19+
run: npm publish .
2420
env:
2521
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)