File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 1
- name : rsnd
2
-
1
+ name : Release Canary
3
2
on :
4
3
push :
5
4
branches :
6
5
- canary
7
-
8
6
concurrency : ${{ github.workflow }}-${{ github.ref }}
9
-
10
7
jobs :
11
8
release :
12
9
name : release canary
@@ -19,19 +16,16 @@ jobs:
19
16
uses : actions/checkout@v4
20
17
with :
21
18
fetch-depth : 0
22
-
23
19
- name : Setup Node.js
24
20
uses : actions/setup-node@v4
25
21
with :
26
22
node-version : 22
27
-
28
23
- name : Enable Corepack
29
24
id : pnpm-setup
30
25
run : |
31
26
corepack enable
32
27
corepack prepare [email protected] --activate
33
28
pnpm config set script-shell "/usr/bin/bash"
34
-
35
29
- name : pnpm Cache
36
30
uses : buildjet/cache@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4
37
31
with :
@@ -42,16 +36,13 @@ jobs:
42
36
key : ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
43
37
restore-keys : |
44
38
${{ runner.os }}-pnpm-
45
-
46
39
- name : Install packages
47
40
if : steps.pnpm-cache.outputs.cache-hit != 'true'
48
41
run : pnpm install --frozen-lockfile
49
-
50
42
- name : Enter prerelease mode
51
43
# This step errors if it is already in prerelease mode
52
44
continue-on-error : true
53
45
run : pnpm canary:enter
54
-
55
46
- name : Create "Version packages" PR or publish release
56
47
uses : changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc
57
48
with :
You can’t perform that action at this time.
0 commit comments