Skip to content

Commit

Permalink
remove unused set_env.sh in manifest version replacer
Browse files Browse the repository at this point in the history
  • Loading branch information
Gellipapa authored Jan 30, 2024
1 parent f15af93 commit b3fcb18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/simple-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,14 @@ jobs:
- name: 'Download Bump manifest version js file and run in node'
id: replace_script
run: |
curl -f https://raw.githubusercontent.com/esx-framework/.github/main/.github/actions/bump-manifest-version.js | node - > set_env.sh
bash set_env.sh
curl -f https://raw.githubusercontent.com/esx-framework/.github/main/.github/actions/bump-manifest-version.js | node
env:
TGT_RELEASE_VERSION: ${{ env.DETERMINED_VERSION }}

- name: Push manifest change
uses: EndBug/add-and-commit@v8
with:
add: ${{ env.FXMANIFEST_FILE_CHANGES }}
add: '**/fxmanifest.lua'
push: true
author_name: Manifest Bumper
author_email: 41898282+github-actions[bot]@users.noreply.github.com
Expand Down

0 comments on commit b3fcb18

Please sign in to comment.