Skip to content

Commit

Permalink
chore: fix publish tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed May 3, 2024
1 parent 873354d commit 6078cb9
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 @@ -26,7 +26,7 @@ jobs:
echo "No Token"
else
PUBLISHED_VERSION=$(yarn npm info --json . | jq -c '.version' -r)
PUBLISHED_VERSION=$(yarn npm info --json @elgato-stream-deck/node | jq -c '.version' -r)
THIS_VERSION=$(node -p "require('./package.json').version")
# Simple bash helper to comapre version numbers
verlte() {
Expand Down

0 comments on commit 6078cb9

Please sign in to comment.