Skip to content

Commit

Permalink
feat(artifactory): update the cache when a new version is published t…
Browse files Browse the repository at this point in the history
…o NPM
  • Loading branch information
rbstp committed May 1, 2024
1 parent aa59686 commit 7a8ad1f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a8ad1f

Please sign in to comment.