Skip to content

Commit f582e6f

Browse files
committed
Pipleine fix
1 parent 6786bec commit f582e6f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
run: npm run has-no-changes
2626
- name: Check project linting
2727
run: npm run lint:check
28-
2928
tests:
3029
runs-on: ubuntu-latest
3130
steps:
@@ -35,7 +34,6 @@ jobs:
3534
browser: chrome
3635
headless: true
3736
spec: "cypress/integration/*"
38-
3937
publish:
4038
needs: [build, tests]
4139
if: github.ref == 'refs/heads/master'
@@ -48,7 +46,7 @@ jobs:
4846
node-version: '14.x'
4947
- name: Clean install npm dependencies
5048
run: npm ci
51-
- name: JS-DevTools/npm-publish@v1
49+
- uses: JS-DevTools/npm-publish@v1
5250
with:
5351
token: ${{ secrets.NPM_TOKEN }}
5452
check-version: true

0 commit comments

Comments
 (0)