Skip to content

Commit

Permalink
chore: some more fixes for some more CI stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarpl committed Oct 23, 2024
1 parent b3843ea commit d6960a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
if [ -z "${{ secrets.NPM_TOKEN }}" ]; then
echo "No Token"
else
PACKAGE_NAME=@sofie-automation/sorensen
PUBLISHED_VERSION=$(yarn info -s $PACKAGE_NAME version)
PUBLISHED_VERSION=$(yarn npm info --json . | 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 d6960a9

Please sign in to comment.