Skip to content

Commit c045f62

Browse files
Fix create_and_publish_releases.yml (#696)
1 parent 63d60dd commit c045f62

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/create_and_publish_releases.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919

2020
- name: Setup git user
2121
run: |
22-
git config user.name "Paul Sojan"
23-
git config user.email "paul.sojan@bigbinary.com"
22+
git config user.name "Shashank Bhatotia"
23+
git config user.email "shashank.bhatotia@bigbinary.com"
2424
- name: Setup NodeJS LTS version
2525
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
2626
with:
@@ -29,9 +29,6 @@ jobs:
2929
- name: Setup the project
3030
run: yarn install
3131

32-
- name: Generate production build
33-
run: yarn build
34-
3532
- name: Prefix version tag with "v"
3633
run: yarn config set version-tag-prefix "v"
3734

@@ -50,6 +47,9 @@ jobs:
5047
if: ${{ contains(github.event.pull_request.labels.*.name, 'major') }}
5148
run: yarn version --major
5249

50+
- name: Generate production build
51+
run: yarn build
52+
5353
- name: Get the package version from package.json
5454
uses: tyankatsu0105/read-package-version-actions@5aad2bb630a577ee4255546eb3ee0593df68f6ca
5555
id: package-version

0 commit comments

Comments
 (0)