We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20105e4 commit ce52483Copy full SHA for ce52483
.github/workflows/ci.yml
@@ -5,8 +5,8 @@ on:
5
branches:
6
- main
7
paths-ignore:
8
- - 'package.json'
9
- - 'CHANGELOG.md'
+ - "package.json"
+ - "CHANGELOG.md"
10
11
jobs:
12
ci:
@@ -39,6 +39,7 @@ jobs:
39
with:
40
github_token: ${{ secrets.TREE_STRUCTURE_TS_PAT }}
41
release_branches: main
42
+ dry_run: true
43
44
- name: Update package.json
45
shell: pwsh
@@ -55,3 +56,10 @@ jobs:
55
56
commit_message: "ci(package-json): :bookmark: Bumped package.json version to ${{ steps.tag_version.outputs.new_tag }}"
57
commit_user_email: [email protected]
58
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