File tree Expand file tree Collapse file tree 1 file changed +17
-9
lines changed Expand file tree Collapse file tree 1 file changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -54,20 +54,28 @@ jobs:
54
54
55
55
tag :
56
56
name : Tag
57
+ needs : test
57
58
runs-on : ubuntu-latest
58
59
steps :
59
60
- name : checkout
60
61
uses : actions/checkout@v2
61
- - name : setup Node
62
- uses : actions/setup-node@v2
63
- - name : package-version-to-git-tag
64
- uses : pkgdeps/git-tag-action@v2
62
+ - uses : Klemensas/action-autotag@stable
65
63
with :
66
- github_token : ${{ secrets.GITHUB_TOKEN }}
67
- github_repo : ${{ github.repository }}
68
- git_commit_sha : ${{ github.sha }}
69
- # version: "1.0.0"
70
- git_tag_prefix : " v"
64
+ GITHUB_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
65
+ tag_prefix : " v"
66
+ # tag_suffix: " (beta)"
67
+ # tag_message: "Custom message goes here."
68
+
69
+ # - name: setup Node
70
+ # uses: actions/setup-node@v2
71
+ # - name: package-version-to-git-tag
72
+ # uses: pkgdeps/git-tag-action@v2
73
+ # with:
74
+ # github_token: ${{ secrets.GITHUB_TOKEN }}
75
+ # github_repo: ${{ github.repository }}
76
+ # git_commit_sha: ${{ github.sha }}
77
+ # #version: "1.0.0"
78
+ # git_tag_prefix: "v"
71
79
72
80
73
81
# publish if the version number in package.json differs from the latest on NPM
You can’t perform that action at this time.
0 commit comments