Skip to content

Commit 45ab827

Browse files
committed
ci(ci): 💚 Updated ci action
1 parent e007c1c commit 45ab827

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff 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 "[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

0 commit comments

Comments
 (0)