Skip to content

Commit ce7965b

Browse files
authored
Merge pull request #8322 from tautschnig/bugfixes/release-info
Fix typos in release workflow
2 parents 9df8637 + 7aaa886 commit ce7965b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/regular-release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
version: ${{ steps.split-version.outputs._1 }}
1414
steps:
1515
- uses: jungwinter/split@v2
16-
id: split
16+
id: split-ref
1717
with:
1818
msg: ${{ github.ref }}
19-
seperator: '/'
19+
separator: '/'
2020
- uses: jungwinter/split@v2
2121
id: split-version
2222
with:
23-
msg: ${{ steps.split.outputs._2 }}
24-
seperator: '-'
23+
msg: ${{ steps.split-ref.outputs._2 }}
24+
separator: '-'
2525
perform-release:
2626
name: Perform Release
2727
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)