Skip to content

Commit 5d08d6a

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 5bccc25 + 52a1c97 commit 5d08d6a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,11 @@ jobs:
6363
update_json:
6464
permissions:
6565
contents: write
66-
name: Prepare Release
66+
name: Update JSON
6767
runs-on: ubuntu-latest
6868
needs: prepare_release
6969
steps:
7070
- uses: actions/checkout@v4
71-
- name: Update Json File
7271
- name: get-fields
7372
env:
7473
version: ${{needs.prepare_release.outputs.version}}
@@ -88,4 +87,4 @@ jobs:
8887
- name: Stage Changes
8988
run: git config user.email "github-actions[bot]@users.noreply.github.com" && git config user.name "github-actions[bot]" && git commit -am "Update Dynamic Config latest app version"
9089
- name: Push changes
91-
uses: ad-m/github-push-action@master
90+
uses: ad-m/github-push-action@master

0 commit comments

Comments
 (0)