We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6786bec commit f582e6fCopy full SHA for f582e6f
1 file changed
.github/workflows/pipeline.yml
@@ -25,7 +25,6 @@ jobs:
25
run: npm run has-no-changes
26
- name: Check project linting
27
run: npm run lint:check
28
-
29
tests:
30
runs-on: ubuntu-latest
31
steps:
@@ -35,7 +34,6 @@ jobs:
35
34
browser: chrome
36
headless: true
37
spec: "cypress/integration/*"
38
39
publish:
40
needs: [build, tests]
41
if: github.ref == 'refs/heads/master'
@@ -48,7 +46,7 @@ jobs:
48
46
node-version: '14.x'
49
47
- name: Clean install npm dependencies
50
run: npm ci
51
- - name: JS-DevTools/npm-publish@v1
+ - uses: JS-DevTools/npm-publish@v1
52
with:
53
token: ${{ secrets.NPM_TOKEN }}
54
check-version: true
0 commit comments