File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,15 @@ on: pull_request
44
55jobs :
66 build :
7- runs-on : macos-12
7+ runs-on : ubuntu-latest
88 steps :
99 - name : Checkout
1010 uses : actions/checkout@v2
1111 with :
1212 fetch-depth : ' 0'
13+ - name : Install ldid
14+ uses : MOZGIII/install-ldid-action@v1
15+ with :
16+ tag : v2.1.5-procursus6
1317 - name : Build
1418 run : yarn install
Original file line number Diff line number Diff line change @@ -9,12 +9,16 @@ concurrency: production
99
1010jobs :
1111 build :
12- runs-on : macos-12
12+ runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
1515 uses : actions/checkout@v2
1616 with :
1717 fetch-depth : ' 0'
18+ - name : Install ldid
19+ uses : MOZGIII/install-ldid-action@v1
20+ with :
21+ tag : v2.1.5-procursus6
1822 - name : Get next release version (dry run)
1923 id : taggerDryRun
2024 uses :
anothrNick/[email protected]
You can’t perform that action at this time.
0 commit comments