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 cffdb20 commit 77d37a3Copy full SHA for 77d37a3
.github/workflows/tags.yml
@@ -18,8 +18,6 @@ jobs:
18
- uses: actions/checkout@v6
19
- uses: fregante/setup-git-user@v2
20
- name: Create tag if not exists
21
- env:
22
- GH_TOKEN: ${{ github.token }}
23
run: |
24
VERSION=$(jq -r '.version' package.json 2>/dev/null || echo "")
25
if [ -z "$VERSION" ]; then
package.json
@@ -15,8 +15,7 @@
15
"keywords": [
16
"semver",
17
"version",
- "compare",
- "versions"
+ "compare"
],
"main": "dist/index.js",
"module": "dist/index.esm.js",
0 commit comments