mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
chore: Add git fetch to daily alpha to fix error
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
259db43073
commit
3a727fbeb2
4
.github/workflows/daily-alpha.yml
vendored
4
.github/workflows/daily-alpha.yml
vendored
@ -22,7 +22,9 @@ jobs:
|
|||||||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Create PR
|
- name: Create PR
|
||||||
run: npm run create-release-pr
|
run: |
|
||||||
|
git fetch
|
||||||
|
npm run create-release-pr
|
||||||
env:
|
env:
|
||||||
BUMP_PACKAGE_ARGS: -- --conventional-commits --conventional-prerelease --yes
|
BUMP_PACKAGE_ARGS: -- --conventional-commits --conventional-prerelease --yes
|
||||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user