Skip to content

Commit

Permalink
Fix permissions in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
quarckster committed Jan 24, 2023
1 parent df46426 commit 090a479
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v3
- name: Fix permissions
run: chmod -R a+rw ${PWD}
- name: Build an addon
run: bash make.sh build_video_addon ${{ github.ref_name }}
- name: Deploy to Netlify
Expand Down

0 comments on commit 090a479

Please sign in to comment.