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:
1717 with :
1818 fetch-depth : 0
1919 token : ${{ secrets.TREE_STRUCTURE_TS_PAT }}
20+
2021 - uses : pnpm/action-setup@v2
2122 with :
2223 version : 7
24+
2325 - uses : actions/setup-node@v3
2426 with :
2527 node-version : " 16"
2628 registry-url : " https://registry.npmjs.org"
2729 cache : " pnpm"
30+
2831 - run : pnpm install
32+
2933 - name : Build
3034 run : pnpm run build
31- - name : Bump version
32- run : |
33- git config --global user.email "jdamaschke@visorian.com"
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/github-tag-action@v6.1
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