File tree 1 file changed +1
-9
lines changed 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 1
1
name : Beta Release
2
-
3
2
on :
4
3
push :
5
4
branches :
6
5
- tailwindcss-v4
7
-
8
6
permissions :
9
7
contents : write # to be able to publish a GitHub release
10
8
issues : write # to comment on issues after release
11
9
pull-requests : write # to comment on PRs after release
12
10
id-token : write # for OIDC (npm provenance)
13
-
14
11
jobs :
15
12
beta-release :
16
13
name : Build & Publish @beta Release
@@ -20,25 +17,20 @@ jobs:
20
17
uses : actions/checkout@v4
21
18
with :
22
19
fetch-depth : 0
23
-
24
20
- name : Setup Node
25
21
uses : actions/setup-node@v4
26
22
with :
27
23
node-version : ' lts/*'
28
-
29
24
- name : Use PNPM
30
25
uses : pnpm/action-setup@v4
31
26
with :
32
27
version : 8
33
-
34
28
- name : Install dependencies
35
29
run : pnpm install
36
-
37
30
# - name: Verify Integrity
38
31
# run: pnpm audit signatures
39
-
40
32
- name : Run Semantic Release
41
33
env :
42
34
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
43
35
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
44
- run : npx semantic-release --branch=beta --tag-format=beta-v${version}
36
+ run : npx semantic-release --branch=beta --tag-format=" beta-v\ ${version}"
You can’t perform that action at this time.
0 commit comments