diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index 7be36f80..8556cb3c 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -22,14 +22,12 @@ jobs: steps: - name: Split Action uses: JungWinter/split@v1.1.0 - id: steps + id: split with: # String to split msg: ${{ github.ref }} # The delimiter to split the string seperator: '/' - # Maximum number of splits - maxsplit: 3 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2