File tree Expand file tree Collapse file tree 2 files changed +18
-34
lines changed Expand file tree Collapse file tree 2 files changed +18
-34
lines changed Original file line number Diff line number Diff line change @@ -35,30 +35,14 @@ jobs:
35
35
compression : ' gzip'
36
36
clean-script : ' clean:remove-modules'
37
37
38
- install :
39
- name : ' Install Dependencies'
40
- runs-on : ubuntu-latest
41
- steps :
42
- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
43
-
44
- - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
45
- with :
46
- node-version-file : ' .nvmrc'
47
- cache : ' yarn'
48
-
49
- - name : Install
50
- run : yarn install --immutable
51
-
52
38
build :
53
- needs : ['install']
54
39
uses : ' ./.github/workflows/build.yml'
55
40
56
41
test :
57
42
needs : ['build']
58
43
uses : ' ./.github/workflows/test.yml'
59
44
60
45
lint :
61
- needs : ['install']
62
46
runs-on : ubuntu-latest
63
47
env :
64
48
CYPRESS_INSTALL_BINARY : 0
Original file line number Diff line number Diff line change @@ -38,21 +38,21 @@ jobs:
38
38
yarn install
39
39
yarn build
40
40
41
- - name : publish
42
- run : |
43
- git config user.email ${{ secrets.BOT_GIT_EMAIL }}
44
- git config user.name ${{ secrets.BOT_GIT_USERNAME }}
45
-
46
- git_hash=$(git rev-parse --short "$GITHUB_SHA")
47
- current_branch=$(node -p -e "'${{ github.ref }}'.replace('refs/heads/', '')")
48
-
49
- ${GITHUB_WORKSPACE}/node_modules/.bin/lerna publish "0.0.0-${git_hash}" \
50
- --exact \
51
- --no-push \
52
- --no-git-tag-version \
53
- --pre-dist-tag dev \
54
- --allow-branch ${current_branch}
55
-
56
- env :
57
- NODE_AUTH_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
58
- NPM_CONFIG_PROVENANCE : true
41
+ # - name: publish
42
+ # run: |
43
+ # git config user.email ${{ secrets.BOT_GIT_EMAIL }}
44
+ # git config user.name ${{ secrets.BOT_GIT_USERNAME }}
45
+ #
46
+ # git_hash=$(git rev-parse --short "$GITHUB_SHA")
47
+ # current_branch=$(node -p -e "'${{ github.ref }}'.replace('refs/heads/', '')")
48
+ #
49
+ # ${GITHUB_WORKSPACE}/node_modules/.bin/lerna publish "0.0.0-${git_hash}" \
50
+ # --exact \
51
+ # --no-push \
52
+ # --no-git-tag-version \
53
+ # --pre-dist-tag dev \
54
+ # --allow-branch ${current_branch}
55
+ #
56
+ # env:
57
+ # NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
58
+ # NPM_CONFIG_PROVENANCE: true
You can’t perform that action at this time.
0 commit comments