Skip to content

Commit

Permalink
js->sh
Browse files Browse the repository at this point in the history
  • Loading branch information
catmcgee authored Jan 9, 2024
1 parent 529668c commit afb4685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Get version
id: versions_step
run: |
version_tag=$(node ./.github/scripts/get_release.js)
version_tag=$(node ./.github/scripts/get_release.sh)
echo "::set-output name=version_tag::$version_tag"
echo "Output from get_release script: $version_tag"
Expand All @@ -37,4 +37,4 @@ jobs:
git commit -m "Github Action: Update contract" -a || echo "No changes to commit"
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit afb4685

Please sign in to comment.