Skip to content

Commit

Permalink
workflow copy .env
Browse files Browse the repository at this point in the history
  • Loading branch information
devincowan committed Jun 20, 2023
1 parent f64a844 commit 680a631
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
id: update-files
if: steps.get-latest-release.outputs.result
run: |
cp example.env .env
source .env
cur_ver="$ELASTIC_VERSION"
new_ver=${{ fromJson(steps.get-latest-release.outputs.result).version }}
Expand Down

0 comments on commit 680a631

Please sign in to comment.