From 7a8ad1f34b04313cbb2ad7bdd2d494af3ad437fd Mon Sep 17 00:00:00 2001 From: Richard Boisvert Date: Wed, 1 May 2024 13:28:34 -0400 Subject: [PATCH] feat(artifactory): update the cache when a new version is published to NPM --- .github/workflows/publish.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f7fabea..a1b65da 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -34,6 +34,11 @@ jobs: - name: Publish 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="devolutions-crypto" + env: + github_token: ${{ secrets.DEVOLUTIONSBOT_TOKEN }} crates-io: environment: crates-publish