Skip to content

Commit

Permalink
ci(publish): rm github cache (#8265)
Browse files Browse the repository at this point in the history
## Описание

Не используем кэш для публикации, дополнительно проверяем зависимости
  • Loading branch information
SevereCloud authored Feb 13, 2025
1 parent ac455fd commit 06f24f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/publish-workflow-1-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ runs:
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
always-auth: true
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
run: YARN_ENABLE_SCRIPTS=false yarn install --immutable
run: YARN_ENABLE_SCRIPTS=false yarn install --immutable --check-cache --check-resolutions
shell: bash

- name: Set Git credentials
Expand Down

0 comments on commit 06f24f4

Please sign in to comment.