Skip to content

Commit 78b7f04

Browse files
committed
chore: fixed publish workflow expectations [skip ci]
1 parent be39470 commit 78b7f04

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/github-release-to-discord.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Announce Releases to Discord
2+
13
on:
24
release:
35
types: [published]

.github/workflows/publish-nuget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ jobs:
137137
138138
expected_ids=(
139139
"FixedMathSharp"
140-
"FixedMathSharp.Lean",
141-
"FixedMathSharp.FluentAssertions",
140+
"FixedMathSharp.Lean"
141+
"FixedMathSharp.FluentAssertions"
142142
"FixedMathSharp.FluentAssertions.Lean"
143143
)
144144

0 commit comments

Comments
 (0)