Skip to content

Commit

Permalink
try to use non-named import
Browse files Browse the repository at this point in the history
  • Loading branch information
stonko1994 committed Aug 13, 2024
1 parent 0fe78a9 commit ea251a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
id: extract-version
with:
script: |
const { getPlayerUiVersion } = require('./.github/scripts/defineVersion.js')
return getPlayerUiVersion("v3.67.0")
const defineVersion = require('./.github/scripts/defineVersion.js')
return defineVersion.getPlayerUiVersion("v3.67.0")
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit ea251a5

Please sign in to comment.