We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbbd948 commit 075504bCopy full SHA for 075504b
1 file changed
.github/workflows/release.yml
@@ -20,14 +20,11 @@ jobs:
20
with:
21
node-version: 14.21.3
22
registry-url: 'https://registry.npmjs.org'
23
- - run: npm install
+
24
25
- name: install modules
26
run: npm install
27
28
- - name: Build
29
- run: npm run build
30
-
31
- name: Get Previous tag
32
id: previoustag
33
uses: WyriHaximus/github-action-get-previous-tag@v1
@@ -47,6 +44,9 @@ jobs:
47
44
git commit -m "[AUTOMATED] Public Release - ${{ steps.previoustag.outputs.tag }}"
48
45
git push
49
46
+ - name: Build
+ run: npm run build
50
- name: publish to npm
51
run: npm publish
52
env:
0 commit comments