Skip to content

Commit

Permalink
Fix typos in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed Jun 11, 2024
1 parent 8c229d7 commit 7aaa886
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/regular-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
version: ${{ steps.split-version.outputs._1 }}
steps:
- uses: jungwinter/split@v2
id: split
id: split-ref
with:
msg: ${{ github.ref }}
seperator: '/'
separator: '/'
- uses: jungwinter/split@v2
id: split-version
with:
msg: ${{ steps.split.outputs._2 }}
seperator: '-'
msg: ${{ steps.split-ref.outputs._2 }}
separator: '-'
perform-release:
name: Perform Release
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 7aaa886

Please sign in to comment.