1
0
mirror of https://github.com/lensapp/lens.git synced 2024-10-26 09:47:18 +03:00

chore: Add git fetch to daily alpha to fix error

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-05-01 17:02:23 -04:00
parent 259db43073
commit 3a727fbeb2

View File

@ -22,7 +22,9 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create PR
run: npm run create-release-pr
run: |
git fetch
npm run create-release-pr
env:
BUMP_PACKAGE_ARGS: -- --conventional-commits --conventional-prerelease --yes
GH_TOKEN: ${{ secrets.GH_TOKEN }}