Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Nov 25, 2024
1 parent 6c0d20f commit 0630b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
result-encoding: string
script: |
const version = "${{ matrix.version }}".split('.');
return version[0].version[1]
return `${version[0]}.${version[1]}`
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 0630b19

Please sign in to comment.