File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
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
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
You can’t perform that action at this time.
0 commit comments