We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b2cb5 commit 6cb083cCopy full SHA for 6cb083c
1 file changed
.github/workflows/deployment.yml
@@ -41,7 +41,9 @@ jobs:
41
run: npm test
42
tag:
43
name: "Publishing release"
44
+
45
if: github.event_name != 'pull_request'
46
+ needs:
47
- tests
48
runs-on: mulesoft-ubuntu
49
steps:
@@ -59,7 +61,7 @@ jobs:
59
61
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
60
62
restore-keys: |
63
${{ runner.os }}-node-
- - run: npm install
64
+ - run: npm ci
65
- name: Read version from package.json
66
uses: culshaw/read-package-node-version-actions@v1
67
id: package-node-version
0 commit comments