Skip to content

Commit 31e65db

Browse files
committed
chore: fix ci
1 parent c07e604 commit 31e65db

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

.releaserc.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
{
2-
"branches": [
3-
"dummy",
4-
{
5-
"name": "main",
6-
"prerelease": true
7-
}
8-
],
2+
"branches": ["main"],
93
"plugins": [
104
"@semantic-release/commit-analyzer",
115
"@semantic-release/release-notes-generator",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "steam-types",
3-
"version": "1.0.0-main.1",
3+
"version": "0.1.1",
44
"author": "BossSloth",
55
"description": "TypeScript type definitions for the Steam client",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)