Skip to content

Commit 1054259

Browse files
Revert "ci: reduce package size"
This reverts commit 4cc9f9a.
1 parent d7c5f60 commit 1054259

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)