Skip to content

Commit ce52483

Browse files
committed
ci(ci): 💚 Updated ci workflow
1 parent 20105e4 commit ce52483

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
branches:
66
- main
77
paths-ignore:
8-
- 'package.json'
9-
- 'CHANGELOG.md'
8+
- "package.json"
9+
- "CHANGELOG.md"
1010

1111
jobs:
1212
ci:
@@ -39,6 +39,7 @@ jobs:
3939
with:
4040
github_token: ${{ secrets.TREE_STRUCTURE_TS_PAT }}
4141
release_branches: main
42+
dry_run: true
4243

4344
- name: Update package.json
4445
shell: pwsh
@@ -55,3 +56,10 @@ jobs:
5556
commit_message: "ci(package-json): :bookmark: Bumped package.json version to ${{ steps.tag_version.outputs.new_tag }}"
5657
commit_user_email: [email protected]
5758
branch: main
59+
60+
- name: Generate new tag version
61+
uses: mathieudutour/[email protected]
62+
id: tag_version
63+
with:
64+
github_token: ${{ secrets.TREE_STRUCTURE_TS_PAT }}
65+
release_branches: main

0 commit comments

Comments
 (0)