Skip to content

Commit c960508

Browse files
committed
chore: update workflows config.
1 parent 310c300 commit c960508

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ jobs:
2222
output: dist/CONTRIBUTORS.svg
2323
avatarSize: 42
2424

25+
- name: Is a tag created auto?
26+
id: create_tag
27+
uses: jaywcjlove/create-tag-action@v1.3.6
28+
with:
29+
token: ${{ secrets.GITHUB_TOKEN }}
30+
package-path: ./package.json
31+
2532
- name: get tag version
2633
id: tag_version
2734
uses: jaywcjlove/changelog-generator@v1.5.0
@@ -33,13 +40,6 @@ jobs:
3340
github_token: ${{ secrets.GITHUB_TOKEN }}
3441
publish_dir: ./dist
3542

36-
- name: Is a tag created auto?
37-
id: create_tag
38-
uses: jaywcjlove/create-tag-action@v1.3.5
39-
with:
40-
token: ${{ secrets.GITHUB_TOKEN }}
41-
package-path: ./package.json
42-
4343
- name: Generate Changelog
4444
id: changelog
4545
uses: jaywcjlove/changelog-generator@v1.5.0

0 commit comments

Comments
 (0)