From 77a7be0d93d1240fe658f97c9b675495935c4f1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danny=20B=C3=A9dard?= Date: Wed, 16 Sep 2026 12:49:56 -0400 Subject: [PATCH] [DEVOPS-4678] chore(ci): drop the Artifactory cache refresh step --- .github/workflows/publish.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4561ed2..37273f6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -76,11 +76,6 @@ jobs: run: npm publish --tag ${{ inputs.beta && 'beta' || 'latest' }} working-directory: dist/bundler - - name: Update Artifactory Cache - run: gh workflow run update-artifactory-cache.yml --repo Devolutions/scheduled-tasks --field package_name="slauth" - env: - GH_TOKEN: ${{ secrets.DEVOLUTIONSBOT_WRITE_TOKEN }} - build-wasm-web: environment: npm-publish if: ${{ inputs.wasm_web }} @@ -117,11 +112,6 @@ jobs: run: npm publish --tag ${{ inputs.beta && 'beta' || 'latest' }} working-directory: dist/web - - name: Update Artifactory Cache - run: gh workflow run update-artifactory-cache.yml --repo Devolutions/scheduled-tasks --field package_name="slauth-web" - env: - GH_TOKEN: ${{ secrets.DEVOLUTIONSBOT_WRITE_TOKEN }} - build-android: environment: cloudsmith-publish if: ${{ inputs.android }}