Skip to content

Commit

Permalink
Set permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexaka1 committed Jul 7, 2024
1 parent 107d51c commit 5f2e7aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
path: TestResults
# Use always() to always run this step to publish test results when there are test failures
if: ${{ always() }}
# - name: Set run permissions
# id: set-perms
# run: |
# chmod +x ./build/version.sh
- name: Set run permissions
id: set-perms
run: |
chmod +x ./build/version.sh
- name: Create Release Pull Request or Publish
id: changesets
uses: changesets/action@v1
Expand Down

0 comments on commit 5f2e7aa

Please sign in to comment.