Skip to content

Commit a4f400b

Browse files
reuse MPL script
1 parent f24a0d3 commit a4f400b

File tree

3 files changed

+5
-112
lines changed

3 files changed

+5
-112
lines changed

.github/workflows/go-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
- name: Get release directory name
7373
id: release-dir
7474
run: |
75-
chmod +x ./scripts/go-release-automation.sh
76-
RELEASE_DIR_NAME=$(./scripts/go-release-automation.sh get_release_dir_name "${{ github.event.inputs.project-name }}" "${{ github.event.inputs.version }}")
75+
chmod +x ./submodules/MaterialProviders/scripts/go-release-automation.sh
76+
RELEASE_DIR_NAME=$(./submodules/MaterialProviders/scripts/go-release-automation.sh get_release_dir_name "${{ github.event.inputs.project-name }}" "${{ github.event.inputs.version }}")
7777
echo "releaseDirName=$RELEASE_DIR_NAME" >> $GITHUB_OUTPUT
7878
7979
- name: Generate a changelog
@@ -84,8 +84,8 @@ jobs:
8484

8585
- name: Run Go release automation script
8686
run: |
87-
chmod +x ./scripts/go-release-automation.sh
88-
./scripts/go-release-automation.sh run_release_script ${{ github.event.inputs.project-name }} ${{ github.event.inputs.version }}
87+
chmod +x ./submodules/MaterialProviders/scripts/go-release-automation.sh
88+
./submodules/MaterialProviders/scripts/go-release-automation.sh run_release_script ${{ github.event.inputs.project-name }} ${{ github.event.inputs.version }}
8989
9090
- name: Create Pull Request
9191
env:

scripts/go-release-automation.sh

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)