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:
parent
5ee47f88a3
commit
45265a3ab6
2
.github/workflows/daily-alpha.yml
vendored
2
.github/workflows/daily-alpha.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user