Skip to content

Commit 8cc4065

Browse files
author
Sergei Orlov
committed
💚 Remove build step from publishing
1 parent ffcd9f7 commit 8cc4065

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/publish-preview-workflow.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
1616
- name: Install dependencies
1717
run: yarn
18-
- name: Transpile to JavaScript
19-
run: yarn build
2018
- run: |
2119
sed -i s/"\"version\":.*/\"version\": \"$RELEASE_VERSION\","/ package.json
2220
- name: Publish to NPM

.github/workflows/publish-workflow.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
3434
- name: Install dependencies
3535
run: yarn
36-
- name: Transpile to JavaScript
37-
run: yarn build
3836
- run: |
3937
sed -i s/"\"version\":.*/\"version\": \"$RELEASE_VERSION\","/ package.json
4038
- name: Publish to GHP

0 commit comments

Comments
 (0)