Skip to content

Commit

Permalink
Revert "ci(client): add txt file"
Browse files Browse the repository at this point in the history
This reverts commit d27f1c8.
  • Loading branch information
yossi-eynav committed Feb 10, 2024
1 parent d27f1c8 commit 0d3f638
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ jobs:
working-directory: client
run: npm install

- name: create version file
- name: create version.txt
working-directory: client
run: echo "https://github.com/meirim-org/meirim/commit/${{ github.sha }}" > public/version
run: echo "https://github.com/meirim-org/meirim/commit/${{ github.sha }}" > public/version.txt

- name: build
working-directory: client
Expand Down Expand Up @@ -136,9 +136,9 @@ jobs:
working-directory: client
run: npm install

- name: create version file
- name: create version.txt
working-directory: client
run: echo "https://github.com/meirim-org/meirim/commit/${{ github.sha }}" > public/version
run: echo "https://github.com/meirim-org/meirim/commit/${{ github.sha }}" > public/version.txt

- name: build
working-directory: client
Expand Down
1 change: 0 additions & 1 deletion client/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@


0 comments on commit 0d3f638

Please sign in to comment.