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

chore(ci): Fix Daily Alpha workflow

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-05-01 15:06:36 -04:00
parent dee85caf7d
commit 950e3a8a7d

View File

@ -25,3 +25,4 @@ jobs:
run: npm run create-release-pr
env:
BUMP_PACKAGE_ARGS: -- --conventional-commits --conventional-prerelease --yes
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}