We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5341b44 commit dc03ebdCopy full SHA for dc03ebd
.github/workflows/regular-release.yaml
@@ -12,12 +12,12 @@ jobs:
12
outputs:
13
version: ${{ steps.split-version.outputs._1 }}
14
steps:
15
- - uses: jungwinter/split@v1
+ - uses: jungwinter/split@v2
16
id: split
17
with:
18
msg: ${{ github.ref }}
19
seperator: '/'
20
21
id: split-version
22
23
msg: ${{ steps.split.outputs._2 }}
0 commit comments