Skip to content

Commit

Permalink
ci: fix release workflow and update lockfile (#2195)
Browse files Browse the repository at this point in the history
Co-authored-by: Vlad Frangu <[email protected]>
  • Loading branch information
B4nan and vladfrangu authored Nov 26, 2023
1 parent f405260 commit 94ff36a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Release @latest

env:
YARN_IGNORE_NODE: 1

on:
workflow_dispatch:
inputs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
# Runs at 2 am every day
- cron: '0 2 * * *'

env:
YARN_IGNORE_NODE: 1

jobs:
# NPM install is done in a separate job and cached to speed up the following jobs.
build_and_test:
Expand Down

0 comments on commit 94ff36a

Please sign in to comment.