Skip to content

Commit abe571f

Browse files
committed
move update_build to scripts folder
1 parent e7fb9f3 commit abe571f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Get release version
1414
run: echo "TAG=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
1515
- name: Update Framework Version
16-
run: ./update_build
16+
run: ./Scripts/update_build
1717
env:
1818
BUILD_VERSION: ${{ env.TAG }}
1919
- name: CocoaPods
File renamed without changes.

0 commit comments

Comments
 (0)