File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -17,20 +17,25 @@ jobs:
17
17
with :
18
18
fetch-depth : 0
19
19
token : ${{ secrets.TREE_STRUCTURE_TS_PAT }}
20
+
20
21
- uses : pnpm/action-setup@v2
21
22
with :
22
23
version : 7
24
+
23
25
- uses : actions/setup-node@v3
24
26
with :
25
27
node-version : " 16"
26
28
registry-url : " https://registry.npmjs.org"
27
29
cache : " pnpm"
30
+
28
31
- run : pnpm install
32
+
29
33
- name : Build
30
34
run : pnpm run build
31
- - name : Bump version
32
- run : |
33
- git config --global user.email "[email protected] "
34
- git config --global user.name "Jan-Henrik Damaschke"
35
- pnpm run bump
36
- git push --tags
35
+
36
+ - name : Generate new tag version
37
+ uses :
mathieudutour/[email protected]
38
+ id : tag_version
39
+ with :
40
+ github_token : ${{ secrets.TREE_STRUCTURE_TS_PAT }}
41
+ release_branches : main
You can’t perform that action at this time.
0 commit comments