We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a020f90 commit 3bfe877Copy full SHA for 3bfe877
.github/workflows/test.yml
@@ -66,17 +66,6 @@ jobs:
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"
79
-
80
81
# publish if the version number in package.json differs from the latest on NPM
82
publish:
0 commit comments