Skip to content

Commit fcb1e91

Browse files
authored
chore(fix): release github action (#56)
1 parent 731a03e commit fcb1e91

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ on:
2222
- minor
2323
- major
2424

25+
concurrency:
26+
group: "release"
27+
cancel-in-progress: false
28+
29+
permissions:
30+
contents: write
31+
pull-requests: write
2532

2633
jobs:
2734
release:

src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
--theme-text: #586e75;
9696
--theme-text-muted: #657b83;
9797
--theme-text-bright: #073642;
98-
--bmc-color: #cb4b16; /* Same as theme-orange for high contrast on light bg */
98+
--bmc-color: #cb4b16;
9999
}
100100

101101
@layer base {

0 commit comments

Comments
 (0)