Skip to content

Commit

Permalink
Update simple-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gellipapa authored Jan 25, 2024
1 parent c9a4306 commit c7aaa29
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/simple-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ jobs:
fi
- name: 'Download Bump manifest version js file and run in node'
run: curl -f https://raw.githubusercontent.com/esx-framework/.github/main/.github/actions/bump-manifest-version.js | node -
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
env:
TGT_RELEASE_VERSION: ${{ env.DETERMINED_VERSION }}
- name: Push manifest change
Expand All @@ -125,7 +127,7 @@ jobs:
- name: Update tag ref
uses: EndBug/latest-tag@latest
with:
tag-name: ${{ env.DETERMINED_VERSION }}
ref: ${{ env.DETERMINED_VERSION }}

- name: Create exclude file from input
run: |
Expand Down

0 comments on commit c7aaa29

Please sign in to comment.