We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 724e429 commit 9508cfcCopy full SHA for 9508cfc
.github/workflows/publish-release.yml
@@ -18,16 +18,18 @@ jobs:
18
with:
19
ref: stem
20
21
- - name: Check if version to publish exists
22
- run: npm run checkVersion
23
-
24
- name: Setup Node
25
uses: actions/setup-node@v2
26
27
node-version: "20.x"
28
registry-url: "https://registry.npmjs.org"
+
29
- name: Install dependencies 📥
30
run: npm ci
+ - name: Check if version to publish exists
31
+ run: npm run checkVersion
32
33
# - name: Build & Test package 🔧
34
# run: npm run build && npm run test
35
# The package will be built and tested automatically before a publish
0 commit comments