Skip to content

Commit 5ed169e

Browse files
committed
add permission step
1 parent 44d267d commit 5ed169e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

action.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@ inputs:
1313
runs:
1414
using: 'composite'
1515
steps:
16-
- run: ./extract-expose-version.sh
16+
- name: Set executable permission for the script
17+
run: chmod +x $GITHUB_WORKSPACE/extract-expose-version.sh
18+
shell: bash
19+
20+
- name: Run the script
21+
run: $GITHUB_WORKSPACE/extract-expose-version.sh
1722
shell: bash

0 commit comments

Comments
 (0)