Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
ci: lab version is lab
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossantos74 committed Aug 4, 2023
1 parent 86ed859 commit 9332507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: yarn install
- name: Build package
run: |
touch .version.js && echo "echo \"export const version = 'beta'\" > .version.js" | bash -
touch .version.js && echo "echo \"export const version = 'lab'\" > .version.js" | bash -
yarn build
- name: Push
uses: s0/git-publish-subdir-action@develop
Expand Down

0 comments on commit 9332507

Please sign in to comment.