Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jak-pan committed Oct 3, 2024
1 parent d0d6881 commit 6dfbe73
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,8 @@ jobs:
path: 'hydration-ui'

- name: Check for package updates
id: check-updates
run: |
echo $PWD
cd hydration-ui
echo *
PACKAGE_NAME="@galacticcouncil/sdk"
CURRENT_VERSION=grep @galacticcouncil/sdk package.json | cut -d '"' -f4
LATEST_VERSION=npm view $PACKAGE_NAME versions --json | jq -r '.[-1]'
Expand Down

0 comments on commit 6dfbe73

Please sign in to comment.