Skip to content

Commit

Permalink
renew workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
osipov-mit committed Feb 4, 2025
1 parent 360432c commit 4627a10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/renew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,20 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Last gear release
id: gear_release
run: |
VERSION=$(curl -s https://api.github.com/repos/gear-tech/gear/releases/latest | jq -r '.tag_name')
echo "Last gear release is $VERSION"
echo "version=$VERSION" >> $GITHUB_OUTPUT
- name: Last rosetta release
id: rosetta_release
run: |
VERSION=$(curl -s https://api.github.com/repos/gear-foundation/integrations-rosetta-api/releases/latest | jq -r '.tag_name')
echo "Last rosetta release is $VERSION"
echo "version=$VERSION" >> $GITHUB_OUTPUT
- name: Compare versions
Expand Down

0 comments on commit 4627a10

Please sign in to comment.