File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Release
22
33on :
4- push :
5- branches :
6- - main
7- - next
8- paths-ignore :
9- - ' docs/**'
4+ workflow_dispatch :
105
116permissions :
127 contents : read
138
149concurrency :
15- group : ${{ github.workflow }}-${{ github.ref }}
16- cancel-in-progress : true
10+ group : ${{ github.workflow }}-${{ github.ref }}
11+ cancel-in-progress : true
1712
1813jobs :
1914 release :
@@ -37,17 +32,17 @@ jobs:
3732 id : bun-cache
3833 uses : actions/cache@v4
3934 with :
40- path : ~/.bun/install/cache
41- key : ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
42- restore-keys : |
43- ${{ runner.os }}-bun-
44-
35+ path : ~/.bun/install/cache
36+ key : ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
37+ restore-keys : |
38+ ${{ runner.os }}-bun-
39+
4540 - name : Install npm dependencies (bun)
4641 run : bun install
4742
4843 - name : Build lib
4944 run : bun run build
50-
45+
5146 - name : Release
5247 env :
5348 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments