Skip to content

Commit

Permalink
change permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
catmcgee authored Jan 9, 2024
1 parent 58b8700 commit a18f831
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 @@ -26,8 +26,8 @@ jobs:
echo "::set-output name=version_tag::$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 }}
- name: Check and update tutorials and workshops
run: sudo chown $USER ./tutorials ./workshops && bash ./.github/scripts/update_contract.sh ${{ steps.versions_step.outputs.version_tag }}

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

0 comments on commit a18f831

Please sign in to comment.