1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix daily-alpha to be based on core version

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-03-14 14:39:05 -04:00
parent 5ee47f88a3
commit 45265a3ab6

View File

@ -29,7 +29,7 @@ jobs:
- name: Bump version
id: version
run: |
node packages/bump-version-for-cron/dist/index.js --path lerna.json
node packages/bump-version-for-cron/dist/index.js --path packages/core/package.json
- name: Check if branch already exists
id: check-branch
run: git ls-remote --exit-code --tags origin v${{ steps.version.outputs.VERSION }}