Skip to content

Commit

Permalink
chore: fix npm publish tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian authored May 3, 2024
1 parent 61be054 commit 1a54835
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 @loupedeck/core | 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 1a54835

Please sign in to comment.