Skip to content

Commit 747ef0f

Browse files
auto commit
1 parent ddb1232 commit 747ef0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/go-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
- name: Get release directory name
7373
id: release-dir
7474
run: |
75+
chmod +x ./scripts/go-release-automation.sh
7576
RELEASE_DIR_NAME=$(./scripts/go-release-automation.sh get_release_dir_name "${{ github.event.inputs.project-name }}" "${{ github.event.inputs.version }}")
7677
echo "releaseDirName=$RELEASE_DIR_NAME" >> $GITHUB_OUTPUT
7778

0 commit comments

Comments
 (0)