Skip to content

Commit

Permalink
update artifactory repo suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
vivid-cpreston authored Sep 19, 2024
1 parent 2ecf7f7 commit 24e73d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: download swagger file
run: |
[[ $(echo "${{ steps.getVersion.outputs.VERSION_NUMBER }}" | grep -o SNAPSHOT ) = SNAPSHOT ]] && REPO_SUFFIX="SNAPSHOT" || REPO_SUFFIX="RELEASE"
[[ $(echo "${{ steps.getVersion.outputs.VERSION_NUMBER }}" | grep -o SNAPSHOT ) = SNAPSHOT ]] && REPO_SUFFIX="snapshot" || REPO_SUFFIX="release"
[[ $(echo "${{ steps.getVersion.outputs.VERSION_NUMBER }}" | grep -o SNAPSHOT ) = SNAPSHOT ]] && URL="${{ vars.SNAPSHOT_URL }}" || URL=${{ vars.RELEASE_URL }}
jfrog rt dl \
--flat --limit=1 --sort-by=created \
Expand Down

0 comments on commit 24e73d9

Please sign in to comment.