Skip to content

Commit

Permalink
Replace meta_example.json with meta_template.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DareFox authored Aug 6, 2023
1 parent bd6cfd9 commit b50f885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- name: Replace VERSION_HERE in meta.json
run: |
echo "Replacing VERSION_HERE in meta.json..."
sed -i "s/VERSION_HERE/$(echo "$GITHUB_REF_NAME")/g" meta_example.json
mv meta_example.json meta.json
sed -i "s/VERSION_HERE/$(echo "$GITHUB_REF_NAME")/g" meta_template.json
mv meta_template.json meta.json
- name: Push changes to meta.json
run: |
Expand Down

0 comments on commit b50f885

Please sign in to comment.