Skip to content

Commit 075504b

Browse files
SK-2618: test internal release
1 parent cbbd948 commit 075504b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,11 @@ jobs:
2020
with:
2121
node-version: 14.21.3
2222
registry-url: 'https://registry.npmjs.org'
23-
- run: npm install
23+
2424

2525
- name: install modules
2626
run: npm install
2727

28-
- name: Build
29-
run: npm run build
30-
3128
- name: Get Previous tag
3229
id: previoustag
3330
uses: WyriHaximus/github-action-get-previous-tag@v1
@@ -47,6 +44,9 @@ jobs:
4744
git commit -m "[AUTOMATED] Public Release - ${{ steps.previoustag.outputs.tag }}"
4845
git push
4946
47+
- name: Build
48+
run: npm run build
49+
5050
- name: publish to npm
5151
run: npm publish
5252
env:

0 commit comments

Comments
 (0)