Skip to content

Commit 77d37a3

Browse files
committed
Test workflows
1 parent cffdb20 commit 77d37a3

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/tags.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
- uses: actions/checkout@v6
1919
- uses: fregante/setup-git-user@v2
2020
- name: Create tag if not exists
21-
env:
22-
GH_TOKEN: ${{ github.token }}
2321
run: |
2422
VERSION=$(jq -r '.version' package.json 2>/dev/null || echo "")
2523
if [ -z "$VERSION" ]; then

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"keywords": [
1616
"semver",
1717
"version",
18-
"compare",
19-
"versions"
18+
"compare"
2019
],
2120
"main": "dist/index.js",
2221
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)