We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c229d7 commit 7aaa886Copy full SHA for 7aaa886
.github/workflows/regular-release.yaml
@@ -13,15 +13,15 @@ jobs:
13
version: ${{ steps.split-version.outputs._1 }}
14
steps:
15
- uses: jungwinter/split@v2
16
- id: split
+ id: split-ref
17
with:
18
msg: ${{ github.ref }}
19
- seperator: '/'
+ separator: '/'
20
21
id: split-version
22
23
- msg: ${{ steps.split.outputs._2 }}
24
- seperator: '-'
+ msg: ${{ steps.split-ref.outputs._2 }}
+ separator: '-'
25
perform-release:
26
name: Perform Release
27
runs-on: ubuntu-20.04
0 commit comments