Skip to content

Commit e93d174

Browse files
committed
fix: rename script permissions
1 parent 671b72d commit e93d174

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/template-setup.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
- name: Check out the repo
1515
uses: actions/checkout@v4
1616

17+
- name: Make rename script executable
18+
run: chmod +x ./.github/scripts/rename.sh
19+
1720
- name: Update package.json
1821
env:
1922
GITHUB_REPOSITORY_DESCRIPTION: ${{ github.event.repository.description }}

0 commit comments

Comments
 (0)