Skip to content

Commit

Permalink
osrd-ui: add temporary branch when deploy with lerna (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmer2016 authored Apr 8, 2024
1 parent 377f8ca commit 0dcc268
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/osrd-ui-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Create tempory branch
run: git checkout -b temp-branch
- uses: actions/setup-node@v3
with:
node-version: '18'
Expand Down

0 comments on commit 0dcc268

Please sign in to comment.