Skip to content

Commit

Permalink
ci: echo version to file
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-hosseini-deriv authored Dec 6, 2023
1 parent 159dff6 commit 6c997a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- run: npm run format
- run: npm run test
- run: npm run build
- run: $GIT_TAG_NAME > public/version.txt
- run: echo $GIT_TAG_NAME > public/version.txt

- name: Remove Storybook
uses: JesseTG/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# - run: npm run test
- run: npm run build
# - run: npm run build:storybook
- run: $GITHUB_SHA > public/version.txt
- run: echo $GITHUB_SHA > public/version.txt

- uses: olegtarasov/[email protected]
id: tagName
Expand Down

0 comments on commit 6c997a3

Please sign in to comment.