Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen authored Aug 8, 2024
1 parent bd0ef3f commit 8077cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Get Version
id: extract-version
run: |
LATEST_VERSION=$(cat ./oneware.json | jq -r '.versions | max_by(.version | split(".") | map(tonumber)) | .version')
LATEST_VERSION=$(cat ./oneware-package.json | jq -r '.versions | max_by(.version | split(".") | map(tonumber)) | .version')
echo "Latest version is $LATEST_VERSION"
echo "::set-output name=latest_version::$LATEST_VERSION"
- name: Compress
Expand Down

0 comments on commit 8077cb0

Please sign in to comment.