Skip to content

Commit 85140b4

Browse files
committed
fix: dont skip ci on tags
1 parent b3d3aa1 commit 85140b4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}],
1010
["@semantic-release/git", {
1111
"assets": ["CHANGELOG.md", "package.json"],
12-
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
12+
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
1313
}],
1414
"@semantic-release/npm",
1515
"@semantic-release/github",

.semaphore/semaphore.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ blocks:
3838
- docker-compose exec tester pnpm test
3939
- docker-compose exec tester pnpm test:e2e
4040
- pnpm semantic-release
41-
- artifact push
4241
- name: prebuild-binaries
4342
run:
4443
when: "tag =~ '.*'"

0 commit comments

Comments
 (0)