Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
catmcgee committed Jan 9, 2024
1 parent fb1d28e commit 529668c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 88 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- name: Get version
id: versions_step
run: |
version_tag=$(node ./.github/scripts/fetchRelease.js)
version_tag=$(node ./.github/scripts/get_release.js)
echo "::set-output name=version_tag::$version_tag"
echo "Output from Node.js script: $version_tag"
echo "Output from get_release script: $version_tag"
- name: Check and update tutorials
run: sudo chown $USER ./src && bash ./.github/scripts/update_contract.sh ${{ steps.versions_step.outputs.version_tag }}
Expand Down
1 change: 0 additions & 1 deletion utils/tmp
Submodule tmp deleted from 1681b3
85 changes: 0 additions & 85 deletions utils/update_contract.sh

This file was deleted.

0 comments on commit 529668c

Please sign in to comment.