Skip to content

Commit eeab150

Browse files
committed
ci: Try to fix semantic-release GHA
1 parent c1f750a commit eeab150

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Semantic release
33
on:
44
push:
55
branches:
6-
- main
6+
- geokrety
77

88
jobs:
99
release:

.releaserc.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"branches": [
3+
"master",
34
{
45
"name": "geokrety",
56
"prerelease": true
@@ -129,5 +130,6 @@
129130
],
130131
"@semantic-release/changelog",
131132
"@semantic-release/github"
132-
]
133+
],
134+
"repositoryUrl": "https://github.com/geokrety/osm-static-maps.git"
133135
}

0 commit comments

Comments
 (0)