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 2c2d3b1 commit d0d6881
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Checkout hydration-ui repository
if: env.UPDATE_AVAILABLE == 'true'
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: 'galacticcouncil/hydration-ui'
token: ${{ secrets.TARGET_REPO_PAT }}
Expand All @@ -52,6 +52,7 @@ jobs:
- name: Check for package updates
id: check-updates
run: |
echo $PWD
cd hydration-ui
PACKAGE_NAME="@galacticcouncil/sdk"
CURRENT_VERSION=grep @galacticcouncil/sdk package.json | cut -d '"' -f4
Expand Down

0 comments on commit d0d6881

Please sign in to comment.