Skip to content

Commit

Permalink
Update new_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
burak-58 committed Jan 25, 2024
1 parent 989ff4b commit 3fa99da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/new_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2


- name: Get versions data from repo
run: wget -O maven-metadata.xml https://oss.sonatype.org/service/local/repositories/snapshots/content/io/antmedia/ant-media-server/maven-metadata.xml

- name: Download war File
run: |
export LATEST_SNAPSHOT=$(cat maven-metadata.xml | grep "<version>" | tail -n 1 | xargs | cut -c 10-23)
Expand Down

0 comments on commit 3fa99da

Please sign in to comment.