File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -168,6 +168,7 @@ jobs:
168168 path : ./test-results/*
169169 deploy-npm :
170170 needs : [test-integration, test-unit]
171+ if : (github.ref == 'refs/heads/master') || (github.ref == 'refs/heads/develop') || (github.ref == 'refs/heads/beta') || startsWith(github.ref, 'refs/heads/hotfix')
171172 runs-on : ubuntu-latest
172173 steps :
173174 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
@@ -187,10 +188,6 @@ jobs:
187188 if [[ ${{contains(github.ref, 'hotfix')}} ]]; then
188189 sed -e "s|hotfix/REPLACE|${{ github.ref_name }}|" --in-place release.config.js
189190 fi
190- - name : Deduplicate files
191- run : |
192- sudo snap install fclones
193- fclones group --min 128 --no-ignore . | fclones link
194191 - name : Semantic Release
195192 env :
196193 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments