Skip to content

Commit

Permalink
set v tag
Browse files Browse the repository at this point in the history
  • Loading branch information
critesjosh committed Dec 19, 2023
1 parent 6516e1b commit a90d857
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ jobs:
id: versions_step
run: |
version_tag=$(node ./.github/scripts/fetchRelease.js)
echo "::set-output name=version_tag::$version_tag"
echo "Output from Node.js script: $version_tag"
- name: Check and update tutorials
run: sudo chown $USER ./src && bash ./update_contract.sh $version_tag
run: sudo chown $USER ./src && bash ./update_contract.sh ${{ steps.versions_step.outputs.version_tag }}

- name: Commit and push changes
run: |
Expand Down

0 comments on commit a90d857

Please sign in to comment.